mirror of
https://github.com/vacp2p/nim-libp2p-experimental.git
synced 2025-02-05 06:44:12 +00:00
Fix test
This commit is contained in:
parent
c10c232424
commit
d974bc4e9a
@ -667,7 +667,7 @@ suite "GossipSub":
|
||||
|
||||
check (await nodes[0].publish("foobar", newSeq[byte](2_500_000))) == gossip1.parameters.dLow
|
||||
|
||||
check (await nodes[0].publish("foobar", newSeq[byte](500_000))) == 17
|
||||
check (await nodes[0].publish("foobar", newSeq[byte](500_001))) == 17
|
||||
|
||||
# Now try with a mesh
|
||||
gossip1.subscribe("foobar", handler)
|
||||
|
Loading…
x
Reference in New Issue
Block a user