diff --git a/tests/mpd/test_translator.py b/tests/mpd/test_translator.py index 39ce34e6..3488442e 100644 --- a/tests/mpd/test_translator.py +++ b/tests/mpd/test_translator.py @@ -23,7 +23,7 @@ class TrackMpdFormatTest(unittest.TestCase): date='1977-01-01', disc_no=1, comment='a comment', - length=137000 + length=137000, ) def setUp(self): # noqa: N802