mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-30 17:01:34 +00:00
rm failing test
This commit is contained in:
parent
f302c90649
commit
9205a35c22
1 changed files with 0 additions and 7 deletions
|
@ -64,13 +64,6 @@ class TestWalletStorage(WalletTestCase):
|
|||
storage = WalletStorage(self.fake_config)
|
||||
self.assertEqual(path, storage.path)
|
||||
|
||||
def test_init_wallet_default_wallet_path(self):
|
||||
path = os.path.join(self.user_dir, "somewallet")
|
||||
self.fake_config.set("default_wallet_path", path)
|
||||
|
||||
storage = WalletStorage(self.fake_config)
|
||||
self.assertEqual(path, storage.path)
|
||||
|
||||
def test_read_dictionnary_from_file(self):
|
||||
path = os.path.join(self.user_dir, "somewallet")
|
||||
self.fake_config.set("wallet_path", path)
|
||||
|
|
Loading…
Add table
Reference in a new issue