Authored by Bogdan Poplauschi

Updated the test for FLAnimatedImage

@@ -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];