forked from LBRYCommunity/lbry-sdk
fix test
This commit is contained in:
parent
b91d2190f4
commit
6f79875135
1 changed files with 1 additions and 1 deletions
|
@ -111,4 +111,4 @@ class DHTIntegrationTest(AsyncioTestCase):
|
|||
# now a search happens, which removes bad peers while contacting them
|
||||
self.assertTrue(node1.protocol.routing_table.get_peers())
|
||||
await node1.peer_search(node2.protocol.node_id)
|
||||
self.assertFalse(node1.protocol.routing_table.get_peers())
|
||||
self.assertIn(peer, node1.protocol.ping_queue._pending_contacts)
|
||||
|
|
Loading…
Reference in a new issue