mirror of
https://github.com/logos-messaging/js-rln.git
synced 2026-01-05 23:23:12 +00:00
chore: test fixes (#73)
This commit is contained in:
parent
5b9414aede
commit
89283768c3
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user