use any for type casting

This commit is contained in:
weboko 2023-01-24 00:21:08 +01:00
parent 1e5b8aa86d
commit 7263c47ddf
No known key found for this signature in database

View File

@ -39,7 +39,7 @@ describe("RLN Contract abstraction", () => {
provider: voidSigner,
});
rlnContract["_contract"] = {
rlnContract["_contract" as any] = {
MEMBERSHIP_DEPOSIT: () => Promise.resolve(1),
};
chai.spy.on(rlnContract, "contract.MEMBERSHIP_DEPOSIT");