Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
weboko committed Dec 1, 2023
1 parent de3f622 commit 52defcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rln_contract.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 52defcb

Please sign in to comment.