Skip to content

Commit

Permalink
Make sure for releases revision will be zero (assimp#5571)
Browse files Browse the repository at this point in the history
  • Loading branch information
kimkulling authored May 13, 2024
1 parent 325b0a5 commit 001bb01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/utVersion.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ TEST_F( utVersion, aiGetCompileFlagsTest ) {
}

TEST_F( utVersion, aiGetVersionRevisionTest ) {
EXPECT_NE( aiGetVersionRevision(), 0U );
EXPECT_NO_THROW(aiGetVersionRevision());
}

TEST_F( utVersion, aiGetBranchNameTest ) {
Expand Down

0 comments on commit 001bb01

Please sign in to comment.