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