From d588f2acc6d06cce63b605d0adf7921f967d1578 Mon Sep 17 00:00:00 2001 From: 0xBhavik <62445791+bhavik-m@users.noreply.github.com> Date: Mon, 29 Nov 2021 23:31:37 +0530 Subject: [PATCH] Update test/mainnet/aave/v1.test.ts Co-authored-by: 0xPradyuman <63545809+pradyuman-verma@users.noreply.github.com> --- test/mainnet/aave/v1.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/mainnet/aave/v1.test.ts b/test/mainnet/aave/v1.test.ts index f08c0a31..d7f12267 100644 --- a/test/mainnet/aave/v1.test.ts +++ b/test/mainnet/aave/v1.test.ts @@ -4,7 +4,7 @@ import { abis } from "../../../scripts/constant/abis"; import { addresses } from "../../../scripts/constant/addresses"; import {deployAndEnableConnector} from "../../../scripts/deployAndEnableConnector"; import getMasterSigner from "../../../scripts/getMasterSigner"; -import buildDSAv2 from "../../../scripts/buildDSAv2"; +import {buildDSAv2} from "../../../scripts/buildDSAv2"; import ConnectV2AaveV1 from "../../artifacts/contracts/mainnet/connectors/aave/v1/main.sol/ConnectV2AaveV1.json"; import { parseEther } from "@ethersproject/units"; import encodeSpells from "../../../scripts/encodeSpells";