Browse Source

follow-up of prev commit: fix travis build (take 2)

seed_v14
SomberNight 7 years ago
parent
commit
d5dcdb01dd
  1. 2
      lib/tests/test_storage_upgrade.py

2
lib/tests/test_storage_upgrade.py

@ -251,7 +251,7 @@ class TestStorageUpgrade(WalletTestCase):
cls.electrum_path = tempfile.mkdtemp()
config = SimpleConfig({'electrum_path': cls.electrum_path})
gui_name = 'qt'
gui_name = 'cmdline'
# TODO it's probably wasteful to load all plugins... only need Trezor
Plugins(config, True, gui_name)

Loading…
Cancel
Save