Fix #1218 - Last-Modified timestamp for tracks
Don't know why the Travis build failed, it's passing for me
This commit is contained in:
parent
6d2ac7a100
commit
38ca65a0b6
@ -23,7 +23,7 @@ class TrackMpdFormatTest(unittest.TestCase):
|
|||||||
date='1977-01-01',
|
date='1977-01-01',
|
||||||
disc_no=1,
|
disc_no=1,
|
||||||
comment='a comment',
|
comment='a comment',
|
||||||
length=137000
|
length=137000,
|
||||||
)
|
)
|
||||||
|
|
||||||
def setUp(self): # noqa: N802
|
def setUp(self): # noqa: N802
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user