mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2025-12-31 20:36:24 +00:00
Update test_basic.py
This commit is contained in:
@ -58,7 +58,7 @@ async def test_multiple_nodes_bootstrap_set_get(nodes_nr):
|
||||
async def test_multiple_nodes_set_bootstrap_get(nodes_nr):
|
||||
node_bootstrap = Server()
|
||||
await node_bootstrap.listen(2000 + nodes_nr * 2)
|
||||
|
||||
|
||||
nodes = []
|
||||
for i in range(nodes_nr):
|
||||
node = Server()
|
||||
|
||||
Reference in New Issue
Block a user