mirror of
https://github.com/logos-messaging/js-rln.git
synced 2026-01-10 17:43:10 +00:00
use any for type casting
This commit is contained in:
parent
1e5b8aa86d
commit
7263c47ddf
@ -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");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user