Fix testcase
This commit is contained in:
@@ -55,8 +55,9 @@ class TestWalletStorage(WalletTestCase):
|
|||||||
storage = WalletStorage(self.wallet_path)
|
storage = WalletStorage(self.wallet_path)
|
||||||
|
|
||||||
some_dict = {"a":"b", "c":"d"}
|
some_dict = {"a":"b", "c":"d"}
|
||||||
storage.data = some_dict
|
|
||||||
|
|
||||||
|
for key, value in some_dict.items():
|
||||||
|
storage.put(key, value, False)
|
||||||
storage.write()
|
storage.write()
|
||||||
|
|
||||||
contents = ""
|
contents = ""
|
||||||
|
|||||||
Reference in New Issue
Block a user