diff --git a/tests/test_wizard.py b/tests/test_wizard.py index 848a860c0..8e98b9c76 100644 --- a/tests/test_wizard.py +++ b/tests/test_wizard.py @@ -46,9 +46,9 @@ class WizardTestCase(ElectrumTestCase): self.plugins.load_internal_plugin('trustedcoin') def tearDown(self): - super().tearDown() self.plugins.stop() self.plugins.stopped_event.wait() + super().tearDown() class ServerConnectWizardTestCase(WizardTestCase):