From c3458ec59f0b609d2c8651b13c5fd5441d6ddb58 Mon Sep 17 00:00:00 2001 From: holger krekel Date: Wed, 20 May 2020 19:17:48 +0200 Subject: [PATCH] fix test --- python/tests/test_account.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/python/tests/test_account.py b/python/tests/test_account.py index 73e03ba95..5261d2289 100644 --- a/python/tests/test_account.py +++ b/python/tests/test_account.py @@ -573,8 +573,6 @@ class TestOnlineAccount: def test_export_import_self_keys(self, acfactory, tmpdir): ac1, ac2 = acfactory.get_two_online_accounts() - ac1.stop_threads() - ac2.stop_threads() dir = tmpdir.mkdir("exportdir") export_files = ac1.export_self_keys(dir.strpath)