mirror of
https://github.com/waku-org/js-waku.git
synced 2025-02-06 17:45:25 +00:00
revert
This commit is contained in:
parent
50e7cff331
commit
d3d3df3854
@ -62,10 +62,7 @@ describe("Waku Filter V2: Subscribe", function () {
|
||||
expectedMessageText: messageText,
|
||||
expectedContentTopic: TestContentTopic
|
||||
});
|
||||
expect(
|
||||
(await nwaku.messages()).length,
|
||||
"Intentional failure for allure report"
|
||||
).to.eq(2);
|
||||
expect((await nwaku.messages()).length).to.eq(1);
|
||||
});
|
||||
|
||||
it("Subscribe and receive messages via waku relay post", async function () {
|
||||
|
Loading…
x
Reference in New Issue
Block a user