mirror of
https://github.com/beetbox/beets.git
synced 2025-12-15 21:14:19 +01:00
ExportTest correction
This commit is contained in:
parent
bab99f546f
commit
a88192240e
1 changed files with 1 additions and 1 deletions
|
|
@ -478,7 +478,7 @@ class MoveTest(_common.TestCase):
|
|||
|
||||
class ExportTest(_common.TestCase):
|
||||
def setUp(self):
|
||||
super(MoveTest, self).setUp()
|
||||
super(ExportTest, self).setUp()
|
||||
|
||||
self.io.install()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue