This commit is contained in:
fbarbu15 2023-10-17 09:42:34 +03:00
parent 50e7cff331
commit d3d3df3854
No known key found for this signature in database
GPG Key ID: D75221C8DEA22501
1 changed files with 1 additions and 4 deletions

View File

@ -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 () {