Skip to content

Commit

Permalink
Prevent type mismatch error when running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
stevestreza committed Jan 15, 2015
1 parent 3761513 commit 920dd00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IIIAsyncTests/IIIAsyncTests.m
Expand Up @@ -256,7 +256,7 @@ -(void)testIterateParallelFailureRaceCondition{

[self waitForTrigger];

STAssertEquals(completionHandlerCallCount, 1, @"completionHandler should only be called once");
STAssertTrue(completionHandlerCallCount == 1, @"completionHandler should only be called once");
}

@end

0 comments on commit 920dd00

Please sign in to comment.