mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-22 21:36:11 +01:00
Fixed typo in test name
This commit is contained in:
parent
470561cbbd
commit
ff78e7c45a
@ -471,7 +471,7 @@ TEST_CASE( "Text can be formatted using the Text class", "" ) {
|
|||||||
CHECK( Text( "hi there", narrow ).toString() == "hi\nthere" );
|
CHECK( Text( "hi there", narrow ).toString() == "hi\nthere" );
|
||||||
}
|
}
|
||||||
|
|
||||||
TEST_CASE( "Long text is truncted", "[Text][Truncated]" ) {
|
TEST_CASE( "Long text is truncated", "[Text][Truncated]" ) {
|
||||||
|
|
||||||
std::string longLine( 90, '*' );
|
std::string longLine( 90, '*' );
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user