Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hpique committed Jun 22, 2014
1 parent 588dc3a commit de1adc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HanekeTests/UIImageView+HanekeTests.m
Expand Up @@ -419,7 +419,7 @@ - (void)testSetImageFromFileSuccessFailure_CannotReadImageFromData

[self hnk_testAsyncBlock:^(dispatch_semaphore_t semaphore) {
[_imageView hnk_setImageFromFile:path success:^(UIImage *result) {
XCTFail(@"");
XCTFail(@"hnk_setImageFromFile succeded with invalid data");
dispatch_semaphore_signal(semaphore);
} failure:^(NSError *error) {
XCTAssertNotNil(error);
Expand Down

0 comments on commit de1adc4

Please sign in to comment.