remove .only

This commit is contained in:
fbarbu15 2023-10-10 09:23:51 +03:00
parent aa93a441d5
commit 6f8cf039df
No known key found for this signature in database
GPG Key ID: D75221C8DEA22501
1 changed files with 1 additions and 1 deletions

View File

@ -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);