mirror of
https://github.com/beetbox/beets.git
synced 2026-01-19 06:34:05 +01:00
typo in tests
This commit is contained in:
parent
32d81d801b
commit
805f4e801f
1 changed files with 1 additions and 1 deletions
|
|
@ -106,7 +106,7 @@ def _make_item(title, track, artist=u'some artist'):
|
|||
|
||||
def _make_trackinfo():
|
||||
return [
|
||||
TrackInfo(title=u'one', track_id=one, artist=u'some artist', length=1, index=1),
|
||||
TrackInfo(title=u'one', track_id=None, artist=u'some artist', length=1, index=1),
|
||||
TrackInfo(title=u'two', track_id=None, artist=u'some artist', length=1, index=2),
|
||||
TrackInfo(title=u'three', track_id=None, artist=u'some artist', length=1, index=3),
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue