mirror of https://github.com/waku-org/js-waku.git
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,
|
relay: false,
|
||||||
lightpush: false,
|
lightpush: false,
|
||||||
filter: false,
|
filter: false,
|
||||||
|
persistMessages: true,
|
||||||
});
|
});
|
||||||
const multiAddrWithId = await nwaku.getMultiaddrWithId();
|
const multiAddrWithId = await nwaku.getMultiaddrWithId();
|
||||||
|
|
||||||
|
@ -125,6 +126,7 @@ describe("Wait for remote peer", function () {
|
||||||
relay: false,
|
relay: false,
|
||||||
lightpush: false,
|
lightpush: false,
|
||||||
filter: false,
|
filter: false,
|
||||||
|
persistMessages: true,
|
||||||
});
|
});
|
||||||
const multiAddrWithId = await nwaku.getMultiaddrWithId();
|
const multiAddrWithId = await nwaku.getMultiaddrWithId();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue