From aef5dcdf1b17a07d97562bb7b89505a55e726ce9 Mon Sep 17 00:00:00 2001 From: Rodolphe Marques Date: Fri, 18 Nov 2016 14:40:26 +0100 Subject: [PATCH] fixed typo --- tests/assets/test_digital_assets.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/assets/test_digital_assets.py b/tests/assets/test_digital_assets.py index 83d34b6d..8143bef8 100644 --- a/tests/assets/test_digital_assets.py +++ b/tests/assets/test_digital_assets.py @@ -183,7 +183,7 @@ def test_get_transactions_by_asset_id_with_invalid_block(b, user_vk, user_sk): # create the block block = b.create_block([tx_transfer_signed]) b.write_block(block, durability='hard') - # vote the block valid + # vote the block invalid vote = b.vote(block.id, b.get_last_voted_block().id, False) b.write_vote(vote)