From de704125d890480bc92d84602976aacd5ce8bbe6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0ar=C5=ABnas=20Nejus?= Date: Tue, 2 Jul 2024 09:43:07 +0100 Subject: [PATCH] test_ui_commands.py: make sure tearDown is run for FieldsTest --- test/test_ui_commands.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test_ui_commands.py b/test/test_ui_commands.py index 1d9cae048..f371a1ab1 100644 --- a/test/test_ui_commands.py +++ b/test/test_ui_commands.py @@ -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):