mirror of
https://github.com/logos-messaging/logos-messaging-js.git
synced 2026-06-06 20:09:32 +00:00
test: light push should not throw an exception
This commit is contained in:
parent
fb37c89e40
commit
8cbd4c1d00
@ -91,13 +91,9 @@ describe("Waku Dial [node only]", function () {
|
|||||||
await waku.start();
|
await waku.start();
|
||||||
await waku.dial(multiAddrWithId);
|
await waku.dial(multiAddrWithId);
|
||||||
await nwaku.stop();
|
await nwaku.stop();
|
||||||
try {
|
await waku.lightPush?.send(TestEncoder, {
|
||||||
await waku.lightPush?.send(TestEncoder, {
|
payload: utf8ToBytes("hello world")
|
||||||
payload: utf8ToBytes("hello world")
|
});
|
||||||
});
|
|
||||||
} catch (e) {
|
|
||||||
// We are not checking this exception
|
|
||||||
}
|
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user