Browse Source

follow-up prev

master
SomberNight 6 years ago
parent
commit
9eee36fe00
No known key found for this signature in database
GPG Key ID: B33B5F232C6271E9
  1. 2
      electrum/tests/test_wallet_vertical.py

2
electrum/tests/test_wallet_vertical.py

@ -1964,7 +1964,7 @@ class TestWalletHistory_EvilGapLimit(TestCaseForTestnet):
shutil.rmtree(cls.electrum_path) shutil.rmtree(cls.electrum_path)
# horrible hack. create a new config to ensure custom settings # horrible hack. create a new config to ensure custom settings
# don't get persisted in the "singleton" config: # don't get persisted in the "singleton" config:
SimpleConfig() SimpleConfig({'electrum_path': cls.electrum_path})
@classmethod @classmethod
def create_wallet(cls): def create_wallet(cls):

Loading…
Cancel
Save