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:
Mark Greenwood 2015-07-13 06:43:46 +01:00
parent 6d2ac7a100
commit 38ca65a0b6

View File

@ -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