Updated the test for FLAnimatedImage

This commit is contained in:
Bogdan Poplauschi 2016-10-04 16:48:12 +03:00
parent 7e0964f8d9
commit 9c0c31f524
1 changed files with 1 additions and 1 deletions

View File

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