Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Insoleet committed Jan 27, 2016
1 parent 2f36ea2 commit e69bf15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sakia/tests/unit/core/test_node.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def test_from_json_011(self):
self.assertEqual(node.last_change, 1448199706.6561477)
self.assertEqual(node.currency, "meta_brouzouf")
self.assertEqual(node.peer.pubkey, "HnFcSms8jzwngtVomTTnzudZx7SHUQY8sVE1y8yBmULk")
self.assertEqual(node.peer.blockid.number, 0)
self.assertEqual(BlockId.from_str(node.peer.blockid).number, 0)

def test_from_json_to_json(self):
json_data = {"version": "0.12.0", "state": 1, "fork_window": 0, "uid": "inso",
Expand Down

0 comments on commit e69bf15

Please sign in to comment.