From de2c06ec6573870c79935efeb5c81ca5d4f57997 Mon Sep 17 00:00:00 2001 From: mystical-prog Date: Sat, 9 Nov 2024 00:29:33 +0530 Subject: [PATCH] updated test name --- tests/core/host/test_connected_peers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/core/host/test_connected_peers.py b/tests/core/host/test_connected_peers.py index b103c918..d40e8179 100644 --- a/tests/core/host/test_connected_peers.py +++ b/tests/core/host/test_connected_peers.py @@ -106,7 +106,7 @@ async def connect_and_disconnect(host_a, host_b, host_c): ], ) @pytest.mark.trio -async def test_chat(test, security_protocol): +async def test_connected_peers(test, security_protocol): print("!@# ", security_protocol) async with HostFactory.create_batch_and_listen( 3, security_protocol=security_protocol