Skip to content

Commit

Permalink
fix version unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
diederich committed Jan 16, 2012
1 parent 16d0897 commit 3ac2aaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Three20Core/UnitTests/CoreGlobalTests.m
Expand Up @@ -63,7 +63,7 @@ - (void)testThree20Versioning {
@"The latest major version has not been updated correctly.");
STAssertEquals([Three20 minorVersion], 0,
@"The latest minor version has not been updated correctly.");
STAssertEquals([Three20 bugfixVersion], 5,
STAssertEquals([Three20 bugfixVersion], 10,
@"The latest bugfix version has not been updated correctly.");
STAssertEquals([Three20 hotfixVersion], 0,
@"The latest hotfix version has not been updated correctly.");
Expand Down

0 comments on commit 3ac2aaf

Please sign in to comment.