fix tests broken by TrackInfo.index

This commit is contained in:
Adrian Sampson 2012-07-01 14:16:22 -07:00
parent 1855cd71ce
commit 7464b138cf

View file

@ -656,7 +656,7 @@ class ShowChangeTest(unittest.TestCase):
items[0].path = '/path/to/file.mp3'
info = autotag.AlbumInfo(
'the album', 'album id', 'the artist', 'artist id', [
autotag.TrackInfo('the title', 'track id')
autotag.TrackInfo('the title', 'track id', index=1)
])
return items, info