mirror of
https://github.com/catchorg/Catch2.git
synced 2025-05-31 17:07:52 +00:00
Minor fixes to a couple of test names
This commit is contained in:
parent
b43d7703e5
commit
baf181f15d
6 changed files with 11 additions and 11 deletions
|
@ -62,7 +62,7 @@ TEST_CASE( "Equality checks that should succeed", "" )
|
|||
REQUIRE( x == Approx( 1.3 ) );
|
||||
}
|
||||
|
||||
TEST_CASE( "Equality checks that should fail]", "[.][failing]" )
|
||||
TEST_CASE( "Equality checks that should fail", "[.][failing]" )
|
||||
{
|
||||
TestData data;
|
||||
|
||||
|
@ -100,7 +100,7 @@ TEST_CASE( "Inequality checks that should succeed", "" )
|
|||
REQUIRE( data.str_hello.size() != 6 );
|
||||
}
|
||||
|
||||
TEST_CASE( "Inequality checks that should fails", "[.][failing]" )
|
||||
TEST_CASE( "Inequality checks that should fail", "[.][failing]" )
|
||||
{
|
||||
TestData data;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue