Skip to content

Commit

Permalink
test: go-waku needs --persist-messages to enable store
Browse files Browse the repository at this point in the history
  • Loading branch information
fryorcraken committed Aug 25, 2022
1 parent 3b7318b commit 34c8d46
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib/wait_for_remote_peer.node.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ describe("Wait for remote peer", function () {
relay: false,
lightpush: false,
filter: false,
persistMessages: true,
});
const multiAddrWithId = await nwaku.getMultiaddrWithId();

Expand All @@ -125,6 +126,7 @@ describe("Wait for remote peer", function () {
relay: false,
lightpush: false,
filter: false,
persistMessages: true,
});
const multiAddrWithId = await nwaku.getMultiaddrWithId();

Expand Down

0 comments on commit 34c8d46

Please sign in to comment.