mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-01 01:35:20 +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)
|
storage = WalletStorage(self.fake_config)
|
||||||
self.assertEqual(path, storage.path)
|
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):
|
def test_read_dictionnary_from_file(self):
|
||||||
path = os.path.join(self.user_dir, "somewallet")
|
path = os.path.join(self.user_dir, "somewallet")
|
||||||
self.fake_config.set("wallet_path", path)
|
self.fake_config.set("wallet_path", path)
|
||||||
|
|
Loading…
Add table
Reference in a new issue