From 2e41ed46b48570567df47900e9e778341c33f82c Mon Sep 17 00:00:00 2001 From: Pierre-Anthony Lemieux Date: Wed, 30 Oct 2024 10:18:40 -0700 Subject: [PATCH] Futher fixes --- src/test/python/test_vtt_writer.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/test/python/test_vtt_writer.py b/src/test/python/test_vtt_writer.py index 9f07163d..8aec6d67 100644 --- a/src/test/python/test_vtt_writer.py +++ b/src/test/python/test_vtt_writer.py @@ -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 @@ -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 @@ -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