Fixed errors with track_index field

In tests
This commit is contained in:
Jamie Hardt
2023-07-27 23:15:49 -07:00
parent 81909c8a51
commit dfde3c4493
2 changed files with 11 additions and 5 deletions

View File

@@ -88,7 +88,9 @@ class TestTagCompiler(unittest.TestCase):
state='Unmuted',
timestamp=None),
]
test_track = doc_entity.TrackDescriptor(name="Track 1 [A] {Color=Red} $Mode=1",
test_track = doc_entity.TrackDescriptor(
index=0,
name="Track 1 [A] {Color=Red} $Mode=1",
comments="{Comment=This is some text in the comments}",
user_delay_samples=0,
plugins=[],