mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-11 07:30:55 +00:00
updated test name
This commit is contained in:
committed by
Paul Robinson
parent
72fcda0638
commit
de2c06ec65
@ -106,7 +106,7 @@ async def connect_and_disconnect(host_a, host_b, host_c):
|
|||||||
],
|
],
|
||||||
)
|
)
|
||||||
@pytest.mark.trio
|
@pytest.mark.trio
|
||||||
async def test_chat(test, security_protocol):
|
async def test_connected_peers(test, security_protocol):
|
||||||
print("!@# ", security_protocol)
|
print("!@# ", security_protocol)
|
||||||
async with HostFactory.create_batch_and_listen(
|
async with HostFactory.create_batch_and_listen(
|
||||||
3, security_protocol=security_protocol
|
3, security_protocol=security_protocol
|
||||||
|
|||||||
Reference in New Issue
Block a user