Update utVersion.cpp

Fix version test
pull/5741/head
Kim Kulling 2024-08-30 20:20:06 +02:00 committed by GitHub
parent 163624dadd
commit 7b4af9efaa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ TEST_F( utVersion, aiGetVersionMinorTest ) {
}
TEST_F( utVersion, aiGetVersionPatchTest ) {
EXPECT_EQ(aiGetVersionPatch(), 1U );
EXPECT_EQ(aiGetVersionPatch(), 3U );
}
TEST_F( utVersion, aiGetCompileFlagsTest ) {