Update the test case about this stopAnimating behavior changes

This commit is contained in:
DreamPiggy 2020-09-28 11:34:48 +08:00
parent 7cc90666e8
commit 718ce14753
1 changed files with 0 additions and 1 deletions

View File

@ -395,7 +395,6 @@ static const NSUInteger kTestGIFFrameCount = 5; // local TestImage.gif loop coun
imageView.animates = NO;
#endif
expect(imageView.player.frameBuffer.count).equal(0);
expect(imageView.currentFrameIndex).equal(0);
[imageView removeFromSuperview];
[expectation fulfill];