Skip to content

Commit

Permalink
Fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
adimiz1 committed Jan 7, 2024
1 parent bb05ae2 commit 92c8b79
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,5 @@ public void onReschedule(String requestId, ErrorInfo error) {
MediaManager.get().cancelRequest(requestId);
Thread.sleep(7000);
Assert.assertTrue(success == 0);
Assert.assertTrue(errors == 1);
}
}

0 comments on commit 92c8b79

Please sign in to comment.