forked from LBRYCommunity/lbry-sdk
update tests to use 0.54.0 minimum version
This commit is contained in:
parent
ec63a18960
commit
d9c740f014
1 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@ class NetworkTests(IntegrationTestCase):
|
|||
'hash_function': 'sha256',
|
||||
'hosts': {},
|
||||
'protocol_max': '0.99.0',
|
||||
'protocol_min': '0.52.0',
|
||||
'protocol_min': '0.54.0',
|
||||
'pruning': None,
|
||||
'description': '',
|
||||
'payment_address': '',
|
||||
|
@ -44,7 +44,7 @@ class NetworkTests(IntegrationTestCase):
|
|||
'hash_function': 'sha256',
|
||||
'hosts': {},
|
||||
'protocol_max': '0.99.0',
|
||||
'protocol_min': '0.52.0',
|
||||
'protocol_min': '0.54.0',
|
||||
'pruning': None,
|
||||
'description': 'Fastest server in the west.',
|
||||
'payment_address': address,
|
||||
|
|
Loading…
Reference in a new issue