Merge branch 'libp2p:main' into main

This commit is contained in:
Saksham Chauhan
2025-06-24 18:55:10 +05:30
committed by GitHub
7 changed files with 43 additions and 32 deletions

View File

@ -89,7 +89,6 @@ class TestPeerRouting:
assert peer_routing.host == mock_host
assert peer_routing.routing_table == mock_routing_table
assert peer_routing.protocol_id == PROTOCOL_ID
@pytest.mark.trio
async def test_find_peer_local_host(self, peer_routing, mock_host):