1
0

Fix testcase

This commit is contained in:
Neil Booth
2015-09-11 20:17:20 +09:00
parent 849cc0200b
commit 12583246ee

View File

@@ -55,8 +55,9 @@ class TestWalletStorage(WalletTestCase):
storage = WalletStorage(self.wallet_path)
some_dict = {"a":"b", "c":"d"}
storage.data = some_dict
for key, value in some_dict.items():
storage.put(key, value, False)
storage.write()
contents = ""