Changed date in test aiGetLegalStringTest to the appropriate year.

pull/2933/head
Marc-Antoine Lortie 2020-01-20 09:14:04 -05:00
parent 4e7e47bd43
commit 9aea72f70e
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ TEST_F( utVersion, aiGetLegalStringTest ) {
EXPECT_NE( lv, nullptr );
std::string text( lv );
size_t pos( text.find( std::string( "2019" ) ) );
size_t pos( text.find( std::string( "2020" ) ) );
EXPECT_NE( pos, std::string::npos );
}