blockchain.py: generalise fork ids to get rid of conflicts
This commit is contained in:
@@ -64,7 +64,6 @@ class TestWalletStorage(WalletTestCase):
|
||||
storage.put(key, value)
|
||||
storage.write()
|
||||
|
||||
contents = ""
|
||||
with open(self.wallet_path, "r") as f:
|
||||
contents = f.read()
|
||||
self.assertEqual(some_dict, json.loads(contents))
|
||||
|
||||
Reference in New Issue
Block a user