From 89283768c3dc277d199e824b680e1c9bc003d366 Mon Sep 17 00:00:00 2001 From: Sasha <118575614+weboko@users.noreply.github.com> Date: Tue, 17 Oct 2023 11:36:37 +0200 Subject: [PATCH] chore: test fixes (#73) --- src/rln_contract.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rln_contract.spec.ts b/src/rln_contract.spec.ts index fe650ca..8f47652 100644 --- a/src/rln_contract.spec.ts +++ b/src/rln_contract.spec.ts @@ -7,7 +7,7 @@ import * as rln from "./index.js"; chai.use(spies); describe("RLN Contract abstraction", () => { - it.only("should be able to fetch members from events and store to rln instance", async () => { + it("should be able to fetch members from events and store to rln instance", async () => { const rlnInstance = await rln.create(); rlnInstance.insertMember = () => undefined;