This commit is contained in:
Danish Arora 2024-09-24 19:24:56 +05:30
parent d1d9198ea7
commit 2e7954019f
No known key found for this signature in database
GPG Key ID: 1C6EF37CDAE1426E

View File

@ -40,7 +40,7 @@ const runTests = (strictCheckNodes: boolean): void => {
await teardownNodesWithRedundancy(serviceNodes, waku);
});
it.only("Ping on subscribed peer", async function () {
it("Ping on subscribed peer", async function () {
const { error, subscription } = await waku.filter.subscribe(
[TestDecoder],
serviceNodes.messageCollector.callback