Fixed typo in test name

This commit is contained in:
Phil Nash 2017-03-01 15:58:34 +00:00
parent 470561cbbd
commit ff78e7c45a
1 changed files with 1 additions and 1 deletions

View File

@ -471,7 +471,7 @@ TEST_CASE( "Text can be formatted using the Text class", "" ) {
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, '*' );