From 6f8cf039dfff3f30341c51f53cb9137951c49e1e Mon Sep 17 00:00:00 2001 From: fbarbu15 Date: Tue, 10 Oct 2023 09:23:51 +0300 Subject: [PATCH] remove .only --- packages/tests/tests/store/cursor.node.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/tests/tests/store/cursor.node.spec.ts b/packages/tests/tests/store/cursor.node.spec.ts index 7b7b5343d5..20b0f20ec9 100644 --- a/packages/tests/tests/store/cursor.node.spec.ts +++ b/packages/tests/tests/store/cursor.node.spec.ts @@ -169,7 +169,7 @@ describe("Waku Store, cursor", function () { } }); - it.only("Passing cursor with wrong pubSubTopic", async function () { + it("Passing cursor with wrong pubSubTopic", async function () { await sendMessages(nwaku, totalMsgs, TestContentTopic, DefaultPubSubTopic); waku = await startAndConnectLightNode(nwaku);