Updated the test for FLAnimatedImage
This commit is contained in:
parent
7e0964f8d9
commit
9c0c31f524
|
@ -137,7 +137,7 @@
|
|||
expect(error).to.beNil();
|
||||
expect(originalImageURL).to.equal(imageURL);
|
||||
|
||||
expect(imageView.image).to.equal(image);
|
||||
expect(imageView.animatedImage).toNot.beNil();
|
||||
[expectation fulfill];
|
||||
}];
|
||||
[self waitForExpectationsWithTimeout:kAsyncTestTimeout handler:nil];
|
||||
|
|
Loading…
Reference in New Issue