mirror of https://github.com/vacp2p/nim-libp2p.git
fix opportunistic graft in internal 11 testing (#390)
This commit is contained in:
parent
0f2435f551
commit
98d82fce5c
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue