From 3b91d64d65754673b9a7080bf8523b7ea0389563 Mon Sep 17 00:00:00 2001 From: Richa <76250660+Richa-iitr@users.noreply.github.com> Date: Mon, 4 Apr 2022 20:47:01 +0530 Subject: [PATCH] minor modification Co-authored-by: Thrilok kumar --- test/polygon/aave/aaveV3-import-test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/polygon/aave/aaveV3-import-test.ts b/test/polygon/aave/aaveV3-import-test.ts index 5dbbb5ed..9c9744f3 100644 --- a/test/polygon/aave/aaveV3-import-test.ts +++ b/test/polygon/aave/aaveV3-import-test.ts @@ -115,7 +115,7 @@ const token = new ethers.Contract(DAI, erc20Abi); const aDai = new ethers.Contract(aDaiAddress, ABI); const usdcToken = new ethers.Contract(USDC, erc20Abi); -describe("Import Aave", function () { +describe("Import Aave V3 with Permit", function () { const connectorName = "AAVE-V3-IMPORT-PERMIT-X"; let signer: any, wallet0: any;