tfollow-up prev - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 9eee36fe002dfa4aeca41a63492d6b525a8352eb DIR parent 098636c69a889d51c6af17d35dcf2d177181d086 HTML Author: SomberNight <somber.night@protonmail.com> Date: Tue, 10 Sep 2019 20:18:53 +0200 follow-up prev Diffstat: M electrum/tests/test_wallet_vertica… | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- DIR diff --git a/electrum/tests/test_wallet_vertical.py b/electrum/tests/test_wallet_vertical.py t@@ -1964,7 +1964,7 @@ class TestWalletHistory_EvilGapLimit(TestCaseForTestnet): shutil.rmtree(cls.electrum_path) # horrible hack. create a new config to ensure custom settings # don't get persisted in the "singleton" config: - SimpleConfig() + SimpleConfig({'electrum_path': cls.electrum_path}) @classmethod def create_wallet(cls):