mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-09 22:50:54 +00:00
Add type hints to peer folder
This commit is contained in:
@ -55,4 +55,4 @@ def test_peers():
|
||||
store.put("peer2", "key", "val")
|
||||
store.add_addr("peer3", "/foo", 10)
|
||||
|
||||
assert set(store.peers()) == set(["peer1", "peer2", "peer3"])
|
||||
assert set(store.peer_ids()) == set(["peer1", "peer2", "peer3"])
|
||||
|
||||
Reference in New Issue
Block a user