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;