mirror of
https://github.com/waku-org/js-waku.git
synced 2025-02-05 00:55:30 +00:00
test: go-waku needs --persist-messages to enable store
ref: https://github.com/status-im/go-waku/issues/292
This commit is contained in:
parent
61701f0086
commit
9feef9367c
@ -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();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user