mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-02 10:15:20 +00:00
fix broken test
This commit is contained in:
parent
9fea7dfbde
commit
9f8e537a7e
1 changed files with 2 additions and 1 deletions
|
@ -131,7 +131,8 @@ class TestNewWallet(WalletTestCase):
|
|||
# in setUp()
|
||||
new_dir = tempfile.mkdtemp()
|
||||
config = FakeConfig(new_dir)
|
||||
wallet = NewWallet(config)
|
||||
storage = WalletStorage(config)
|
||||
wallet = NewWallet(storage)
|
||||
self.assertTrue(wallet.is_watching_only())
|
||||
shutil.rmtree(new_dir) # Don't leave useless stuff in /tmp
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue