mirror of
https://github.com/status-im/nim-eth.git
synced 2025-02-16 07:56:38 +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":
|
asyncTest "WakuWhisper and Whisper peers connected":
|
||||||
check:
|
check:
|
||||||
nodeWakuWhisper.peerPool.connectedNodes.len() == 2
|
nodeWhisper.peerPool.connectedNodes.len() == 1
|
||||||
|
nodeWaku.peerPool.connectedNodes.len() == 1
|
||||||
|
|
||||||
asyncTest "Whisper - Waku communcation via bridge":
|
asyncTest "Whisper - Waku communcation via bridge":
|
||||||
# topic whisper node subscribes to, waku node posts to
|
# topic whisper node subscribes to, waku node posts to
|
||||||
|
Loading…
x
Reference in New Issue
Block a user