diff --git a/test/mainnet/compound-import/compound-v3-import.test.ts b/test/mainnet/compound-import/compound-v3-import.test.ts index 51cb1ac3..59f32efe 100644 --- a/test/mainnet/compound-import/compound-v3-import.test.ts +++ b/test/mainnet/compound-import/compound-v3-import.test.ts @@ -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(); });