From 52defcbef8bb393e5fa7470dfb650e16ca3f6a9e Mon Sep 17 00:00:00 2001 From: Sasha Date: Fri, 1 Dec 2023 13:58:12 +0100 Subject: [PATCH] fix test --- 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 fa02d7c..05c2737 100644 --- a/src/rln_contract.spec.ts +++ b/src/rln_contract.spec.ts @@ -66,7 +66,7 @@ describe("RLN Contract abstraction", () => { function mockEvent(): ethers.Event { return { args: { - idCommitment: "0x9e7d3f8f8c7a1d2bef96a2e8dbb8e7c1ea9a9ab78d6b3c6c3c", + idCommitment: { _hex: "0xb3df1c4e5600ef2b" }, index: ethers.BigNumber.from(1), }, } as unknown as ethers.Event;