Make sure for releases revision will be zero (#5571)

pull/5569/head^2
Kim Kulling 2024-05-13 13:00:26 +02:00 committed by GitHub
parent 325b0a543f
commit 001bb01eb2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ TEST_F( utVersion, aiGetCompileFlagsTest ) {
}
TEST_F( utVersion, aiGetVersionRevisionTest ) {
EXPECT_NE( aiGetVersionRevision(), 0U );
EXPECT_NO_THROW(aiGetVersionRevision());
}
TEST_F( utVersion, aiGetBranchNameTest ) {