Update test case test35AnimatedImagePlaybackModeReversedBounce

This commit is contained in:
DreamPiggy 2020-11-24 11:26:53 +08:00
parent e857b78ca4
commit 775f6e0578
1 changed files with 2 additions and 2 deletions

View File

@ -700,7 +700,7 @@ static BOOL _isCalled;
i--; i--;
} }
if (cnt > 3) { if (cnt >= 2) {
[expectation fulfill]; [expectation fulfill];
// Stop Animation to avoid extra callback // Stop Animation to avoid extra callback
[wimageView.player stopPlaying]; [wimageView.player stopPlaying];
@ -753,7 +753,7 @@ static BOOL _isCalled;
i--; i--;
} }
if (cnt > 3) { if (cnt >= 2) {
[expectation fulfill]; [expectation fulfill];
// Stop Animation to avoid extra callback // Stop Animation to avoid extra callback
[wimageView.player stopPlaying]; [wimageView.player stopPlaying];