diff --git a/tests/utils.py b/tests/utils.py index cc914c04..36a4d9b0 100644 --- a/tests/utils.py +++ b/tests/utils.py @@ -13,8 +13,6 @@ async def connect(node1, node2): addr = node2.get_addrs()[0] info = info_from_p2p_addr(addr) await node1.connect(info) - assert node1.get_id() in node2.get_network().connections - assert node2.get_id() in node1.get_network().connections async def cleanup():