mirror of
https://github.com/beetbox/beets.git
synced 2026-01-05 23:43:31 +01:00
fix tests broken by TrackInfo.index
This commit is contained in:
parent
1855cd71ce
commit
7464b138cf
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue