Skip to content

Commit

Permalink
mounting protocols before starting in filter test
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielmer committed Jul 17, 2024
1 parent 59eff17 commit 20e839c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/node/test_wakunode_filter.nim
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ suite "Waku Filter - End to End":
clientClone = newTestWakuNode(clientKey, parseIpAddress("0.0.0.0"), Port(23451))
# Used for testing client restarts

await allFutures(server.start(), client.start())

await server.mountFilter()
await client.mountFilterClient()

await allFutures(server.start(), client.start())

client.wakuFilterClient.registerPushHandler(messagePushHandler)
serverRemotePeerInfo = server.peerInfo.toRemotePeerInfo()
clientPeerId = client.peerInfo.toRemotePeerInfo().peerId
Expand Down

0 comments on commit 20e839c

Please sign in to comment.