From 53b1c2aab56b01de2b80617aa8cb5271c56a9023 Mon Sep 17 00:00:00 2001 From: ryan Date: Wed, 25 May 2016 16:18:07 +0200 Subject: [PATCH] block num --- tests/db/test_bigchain_api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/db/test_bigchain_api.py b/tests/db/test_bigchain_api.py index 197e90a2..8063c7b8 100644 --- a/tests/db/test_bigchain_api.py +++ b/tests/db/test_bigchain_api.py @@ -1080,7 +1080,7 @@ class TestMultipleInputs(object): # vote the block invalid vote = b.vote(block, b.get_last_voted_block()['id'], False) - b.write_vote(block, vote, 2) + b.write_vote(block, vote, 3) owned_inputs_user1 = b.get_owned_ids(user_vk) owned_inputs_user2 = b.get_owned_ids(user2_vk)