Skip to content

Commit

Permalink
Fix test case
Browse files Browse the repository at this point in the history
  • Loading branch information
mekya committed Sep 28, 2024
1 parent 152b659 commit 83a877d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ public void testUpdatePlayListItemDuration() {
public void testGetDuration() {

Result result = restServiceReal.getDuration(StreamSchedularUnitTest.VALID_MP4_URL);
assertEquals(15045, Integer.valueOf(result.getDataId()).intValue());
assertEquals(15046, Integer.valueOf(result.getDataId()).intValue());
assertTrue(result.isSuccess());


Expand Down

0 comments on commit 83a877d

Please sign in to comment.