From 15fe6667afbca4caf06a30b587710a58e2e18660 Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Sat, 17 May 2025 11:23:02 -0700 Subject: [PATCH] Fixed up unit test --- tests/unittests/test_tag_compiler.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/unittests/test_tag_compiler.py b/tests/unittests/test_tag_compiler.py index d24e9b8..587a4ca 100644 --- a/tests/unittests/test_tag_compiler.py +++ b/tests/unittests/test_tag_compiler.py @@ -102,14 +102,14 @@ class TestTagCompiler(unittest.TestCase): time_reference=48000 * 3600, units="Samples", name="Marker 1 {Part=1}", - comments="" + comments="", track_marker=False, ), doc_entity.MarkerDescriptor(number=2, location="01:00:01:00", time_reference=48000 * 3601, units="Samples", name="Marker 2 {Part=2}", - comments="[M1]" + comments="[M1]", track_marker=False, ), ]