diff --git a/tests/integration/blockchain/test_network.py b/tests/integration/blockchain/test_network.py index 31f08b3eb..a10249432 100644 --- a/tests/integration/blockchain/test_network.py +++ b/tests/integration/blockchain/test_network.py @@ -24,8 +24,8 @@ class NetworkTests(IntegrationTestCase): 'genesis_hash': self.conductor.spv_node.coin_class.GENESIS_HASH, 'hash_function': 'sha256', 'hosts': {}, - 'protocol_max': '1.0', - 'protocol_min': lbry.__version__, + 'protocol_max': '0.99.0', + 'protocol_min': '0.52.0', 'pruning': None, 'description': '', 'payment_address': '', @@ -43,8 +43,8 @@ class NetworkTests(IntegrationTestCase): 'genesis_hash': self.conductor.spv_node.coin_class.GENESIS_HASH, 'hash_function': 'sha256', 'hosts': {}, - 'protocol_max': '1.0', - 'protocol_min': lbry.__version__, + 'protocol_max': '0.99.0', + 'protocol_min': '0.52.0', 'pruning': None, 'description': 'Fastest server in the west.', 'payment_address': address,