diff --git a/test/test_ui_commands.py b/test/test_ui_commands.py index 1d9cae0487..f371a1ab11 100644 --- a/test/test_ui_commands.py +++ b/test/test_ui_commands.py @@ -94,6 +94,7 @@ def setUp(self): self.io.install() def tearDown(self): + super().tearDown() self.io.restore() def remove_keys(self, l, text):