Skip to content

Commit

Permalink
Fixing vtt
Browse files Browse the repository at this point in the history
  • Loading branch information
glenrobson committed Sep 19, 2024
1 parent f27887c commit de37d5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_video.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def test_newsitem(self):
checkLine=False
for line in resp.text.split("\n"):
if checkLine:
self.assertEqual("00:01:02.000 -> 00:01:02.000", line, "Expected the timecode to be over a minute as its the second video")
self.assertEqual("00:01:02.000 --> 00:01:03.000", line, "Expected the timecode to be over a minute as its the second video")
break
if line.startswith("28"):
checkLine=True
Expand Down

0 comments on commit de37d5e

Please sign in to comment.