Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
onuratakan committed Aug 6, 2023
1 parent e02e1f5 commit 6966be7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit_tests/test_node.py
Expand Up @@ -668,7 +668,7 @@ def test_send_full_blockshash_get_full_blockshash(self):
got_block = GetBlockshash(
custom_TEMP_BLOCKSHASH_PATH=self.custom_TEMP_BLOCKSHASH_PATH1)

self.assertGreater(len(got_block), 1)
self.assertEqual(len(got_block), 1)
self.assertEqual(
got_block,
[the_block.previous_hash],
Expand Down

0 comments on commit 6966be7

Please sign in to comment.