Skip to content

Commit

Permalink
test_ui_commands.py: make sure tearDown is run for FieldsTest
Browse files Browse the repository at this point in the history
  • Loading branch information
snejus committed Jul 2, 2024
1 parent 812bcb9 commit df08555
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_ui_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ def setUp(self):
self.io.install()

def tearDown(self):
super().tearDown()
self.io.restore()

def remove_keys(self, l, text):
Expand Down

0 comments on commit df08555

Please sign in to comment.