Browse Source

Fix testcase

master
Neil Booth 10 years ago
parent
commit
12583246ee
  1. 3
      lib/tests/test_wallet.py

3
lib/tests/test_wallet.py

@ -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 = ""

Loading…
Cancel
Save