mirror of https://github.com/status-im/js-waku.git
fix unsubscribes test
This commit is contained in:
parent
7e96644ba8
commit
aa195a75ed
|
@ -100,6 +100,8 @@ describe("Util: toAsyncIterator: Filter", () => {
|
|||
payload: utf8ToBytes("This should be received")
|
||||
});
|
||||
|
||||
await delay(400);
|
||||
|
||||
await stop();
|
||||
|
||||
await waku.lightPush.send(TestEncoder, {
|
||||
|
|
Loading…
Reference in New Issue