mirror of
https://github.com/status-im/nim-eth.git
synced 2025-01-26 14:32:18 +00:00
Fix waku bridge test
This commit is contained in:
parent
a8a55f16dc
commit
f02f358bc3
@ -33,7 +33,8 @@ suite "Waku - Whisper bridge tests":
|
||||
|
||||
asyncTest "WakuWhisper and Whisper peers connected":
|
||||
check:
|
||||
nodeWakuWhisper.peerPool.connectedNodes.len() == 2
|
||||
nodeWhisper.peerPool.connectedNodes.len() == 1
|
||||
nodeWaku.peerPool.connectedNodes.len() == 1
|
||||
|
||||
asyncTest "Whisper - Waku communcation via bridge":
|
||||
# topic whisper node subscribes to, waku node posts to
|
||||
|
Loading…
x
Reference in New Issue
Block a user