From cbf34863542ffb8504c43a0d3b2c87d5cb3de430 Mon Sep 17 00:00:00 2001 From: Jack Robison Date: Fri, 3 Jan 2020 17:31:32 -0500 Subject: [PATCH] fix test --- tests/integration/blockchain/test_network.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/integration/blockchain/test_network.py b/tests/integration/blockchain/test_network.py index 31f08b3eb..d26ba8190 100644 --- a/tests/integration/blockchain/test_network.py +++ b/tests/integration/blockchain/test_network.py @@ -24,7 +24,7 @@ class NetworkTests(IntegrationTestCase): 'genesis_hash': self.conductor.spv_node.coin_class.GENESIS_HASH, 'hash_function': 'sha256', 'hosts': {}, - 'protocol_max': '1.0', + 'protocol_max': '2.0', 'protocol_min': lbry.__version__, 'pruning': None, 'description': '', @@ -43,7 +43,7 @@ class NetworkTests(IntegrationTestCase): 'genesis_hash': self.conductor.spv_node.coin_class.GENESIS_HASH, 'hash_function': 'sha256', 'hosts': {}, - 'protocol_max': '1.0', + 'protocol_max': '2.0', 'protocol_min': lbry.__version__, 'pruning': None, 'description': 'Fastest server in the west.',