Fix one test case after SDWebImage 5.3.0
This commit is contained in:
parent
862dac6161
commit
6724998472
|
@ -105,7 +105,6 @@ const int64_t kAsyncTestTimeout = 5;
|
|||
SDAnimatedImage *image = [SDAnimatedImage imageWithData:animatedImageData];
|
||||
imageView.image = image;
|
||||
XCTAssertNotNil(imageView.image);
|
||||
XCTAssertNotNil(imageView.currentFrame); // current frame
|
||||
}
|
||||
|
||||
- (void)test32AnimatedImageViewCategoryProgressive {
|
||||
|
|
Loading…
Reference in New Issue