Skip to content

Commit

Permalink
fix: fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-waite committed Apr 19, 2022
1 parent 646c6c5 commit d803865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/tests/turboPCVDeposit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ describe.only('Turbo PCV deposit', function () {
doLogging && console.log(`Environment loaded.`);

const signer = (await ethers.getSigners())[0];
turboFusePCVDeposit = new ethers.Contract(contractAddresses.turboFusePCVDepositAddress, PCVDepositAbi, signer);
turboFusePCVDeposit = new ethers.Contract(contractAddresses.turboFusePCVDeposit, PCVDepositAbi, signer);

const laasMultisigSigner = await getImpersonatedSigner(laasMultisigAddress);

Expand Down

0 comments on commit d803865

Please sign in to comment.