mirror of
https://github.com/beetbox/beets.git
synced 2026-01-30 12:02:41 +01:00
test_ui_commands.py: make sure tearDown is run for FieldsTest
This commit is contained in:
parent
3177bc44ba
commit
de704125d8
1 changed files with 1 additions and 0 deletions
|
|
@ -94,6 +94,7 @@ class FieldsTest(_common.LibTestCase):
|
|||
self.io.install()
|
||||
|
||||
def tearDown(self):
|
||||
super().tearDown()
|
||||
self.io.restore()
|
||||
|
||||
def remove_keys(self, l, text):
|
||||
|
|
|
|||
Loading…
Reference in a new issue