mirror of
https://github.com/logos-messaging/js-rln.git
synced 2026-01-09 09:03:12 +00:00
fix test
This commit is contained in:
parent
de3f622477
commit
52defcbef8
@ -66,7 +66,7 @@ describe("RLN Contract abstraction", () => {
|
|||||||
function mockEvent(): ethers.Event {
|
function mockEvent(): ethers.Event {
|
||||||
return {
|
return {
|
||||||
args: {
|
args: {
|
||||||
idCommitment: "0x9e7d3f8f8c7a1d2bef96a2e8dbb8e7c1ea9a9ab78d6b3c6c3c",
|
idCommitment: { _hex: "0xb3df1c4e5600ef2b" },
|
||||||
index: ethers.BigNumber.from(1),
|
index: ethers.BigNumber.from(1),
|
||||||
},
|
},
|
||||||
} as unknown as ethers.Event;
|
} as unknown as ethers.Event;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user