chore: test fixes (#73)

This commit is contained in:
Sasha 2023-10-17 11:36:37 +02:00 committed by GitHub
parent 5b9414aede
commit 89283768c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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