chore: eliminate self.protocol_id attribute \w in PeerRouting

This commit is contained in:
Luca Vivona
2025-06-22 00:25:48 -04:00
parent feb8db6655
commit 3a4338e1df
2 changed files with 1 additions and 3 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):