Skip to content

Commit

Permalink
Correct space in test name
Browse files Browse the repository at this point in the history
  • Loading branch information
martinmoene committed Sep 29, 2014
1 parent ceaf800 commit 34abeb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_lest_cpp03.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ CASE( "Approximate using epsilon compares properly [approx][epsilon]" )
EXPECT( 1.23 == approx( 1.231 ).epsilon( 0.1 ) );
}

CASE( "Approximate using custom epsiloncompares properly [approx][custom]" )
CASE( "Approximate using custom epsilon compares properly [approx][custom]" )
{
approx custom = approx::custom().epsilon( 0.1 );

Expand Down

0 comments on commit 34abeb4

Please sign in to comment.