diff --git a/tests/pubsub/testgossipinternal.nim b/tests/pubsub/testgossipinternal.nim index 2cfecb7..3c31160 100644 --- a/tests/pubsub/testgossipinternal.nim +++ b/tests/pubsub/testgossipinternal.nim @@ -63,7 +63,7 @@ suite "GossipSub internal": check gossipSub.peers.len == 15 await gossipSub.rebalanceMesh(topic) - check gossipSub.mesh[topic].len == GossipSubD + 2 # account opportunistic grafts + check gossipSub.mesh[topic].len == GossipSubD # + 2 # account opportunistic grafts await allFuturesThrowing(conns.mapIt(it.close())) await gossipSub.switch.stop()