Skip to content

Commit

Permalink
Futher fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
palemieux committed Oct 30, 2024
1 parent ccb3985 commit 2e41ed4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/test/python/test_vtt_writer.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def test_position(self):
expected_vtt="""WEBVTT
1
00:00:03.501 --> 00:00:12.000 line:90%,end
00:00:03.500 --> 00:00:12.000 line:90%,end
Only one or two short samples are needed
to make sure the conversion basically works
Expand Down Expand Up @@ -177,7 +177,7 @@ def test_align(self):
expected_vtt="""WEBVTT
1
00:00:03.501 --> 00:00:12.000 align:center
00:00:03.500 --> 00:00:12.000 align:center
Only one or two short samples are needed
to make sure the conversion basically works
Expand Down Expand Up @@ -217,7 +217,7 @@ def test_cue_id(self):

expected_vtt="""WEBVTT
00:00:03.501 --> 00:00:12.000
00:00:03.500 --> 00:00:12.000
Only one or two short samples are needed
to make sure the conversion basically works
Expand Down

0 comments on commit 2e41ed4

Please sign in to comment.