Updated the test for FLAnimatedImage
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -137,7 +137,7 @@ | @@ -137,7 +137,7 @@ | ||
137 | expect(error).to.beNil(); | 137 | expect(error).to.beNil(); |
138 | expect(originalImageURL).to.equal(imageURL); | 138 | expect(originalImageURL).to.equal(imageURL); |
139 | 139 | ||
140 | - expect(imageView.image).to.equal(image); | 140 | + expect(imageView.animatedImage).toNot.beNil(); |
141 | [expectation fulfill]; | 141 | [expectation fulfill]; |
142 | }]; | 142 | }]; |
143 | [self waitForExpectationsWithTimeout:kAsyncTestTimeout handler:nil]; | 143 | [self waitForExpectationsWithTimeout:kAsyncTestTimeout handler:nil]; |
-
Please register or login to post a comment