minor change

This commit is contained in:
Richa-iitr 2022-09-06 23:07:27 +05:30
parent b75fd181f4
commit c657c0e16f

View File

@ -380,7 +380,7 @@ describe("Import Compound v3 Position", function () {
}
];
tx = await dsaWallet0.connect(walletSigner).cast(...encodeSpells(spells), wallet0.address);
let tx = await dsaWallet0.connect(walletSigner).cast(...encodeSpells(spells), wallet0.address);
await tx.wait();
});