test_ui_commands.py: make sure tearDown is run for FieldsTest

This commit is contained in:
Šarūnas Nejus 2024-07-02 09:43:07 +01:00
parent 3177bc44ba
commit de704125d8
No known key found for this signature in database
GPG key ID: DD28F6704DBE3435

View file

@ -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):