From 56da36e271f48fa51ca44675015a639db776598c Mon Sep 17 00:00:00 2001 From: ryan Date: Wed, 25 May 2016 16:15:47 +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 d541a012..197e90a2 100644 --- a/tests/db/test_bigchain_api.py +++ b/tests/db/test_bigchain_api.py @@ -120,7 +120,7 @@ class TestBigchainApi(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) response = b.get_transaction(tx_signed["id"]) # should be None, because invalid blocks are ignored