test: go-waku needs --persist-messages to enable store

ref: https://github.com/status-im/go-waku/issues/292
This commit is contained in:
fryorcraken.eth 2022-08-25 12:29:24 +10:00
parent 61701f0086
commit 9feef9367c
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
1 changed files with 2 additions and 0 deletions

View File

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