From b3b6361429a1a612d3c2e61e32c6488cc8d25dcf Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Mon, 22 Jun 2020 18:47:10 -0400 Subject: [PATCH] fix test --- tests/integration/blockchain/test_blockchain.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/blockchain/test_blockchain.py b/tests/integration/blockchain/test_blockchain.py index 27d909f8c..a4669edfb 100644 --- a/tests/integration/blockchain/test_blockchain.py +++ b/tests/integration/blockchain/test_blockchain.py @@ -933,7 +933,7 @@ class TestClaimtrieSync(SyncingBlockchainTestCase): ]) await self.state( controlling=('Claim C', '3.0', '3.0', 115), - active=[('Claim A', '1.0', '1.0', 113)], + active=[('Claim A', '1.0', '1.0', 115)], accepted=[] )