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