mirror of
https://github.com/beetbox/beets.git
synced 2025-12-16 05:34:47 +01:00
Fixed (?) failing test where
umber was rack_alt was missing during import.
This commit is contained in:
parent
3cd4f1c091
commit
bba5a7c712
1 changed files with 1 additions and 1 deletions
|
|
@ -276,7 +276,7 @@ class EditDuringImporterTest(TerminalImportSessionSetup, unittest.TestCase,
|
|||
ImportHelper, TestHelper, EditMixin):
|
||||
"""TODO
|
||||
"""
|
||||
IGNORED = ['added', 'album_id', 'id', 'mtime', 'path']
|
||||
IGNORED = ['added', 'album_id', 'id', 'mtime', 'path', 'track_alt']
|
||||
|
||||
def setUp(self):
|
||||
self.setup_beets()
|
||||
|
|
|
|||
Loading…
Reference in a new issue