From f7633e3a8f988b59c7440e1dc2aee0684e9293ce Mon Sep 17 00:00:00 2001 From: q1q0 Date: Thu, 20 Apr 2023 16:49:51 -0400 Subject: [PATCH] update minor --- test/polygon/compound/compound.iii.test.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/polygon/compound/compound.iii.test.ts b/test/polygon/compound/compound.iii.test.ts index 3d16ee64..a15ab599 100644 --- a/test/polygon/compound/compound.iii.test.ts +++ b/test/polygon/compound/compound.iii.test.ts @@ -19,7 +19,6 @@ import { constants } from "../../../scripts/constant/constant"; import { ConnectV2CompoundV3Polygon__factory } from "../../../typechain"; import { ConnectV2CompoundV3__factory } from "../../../typechain"; import { MaxUint256 } from "@uniswap/sdk-core"; -import Test from './Test.json' describe("Compound III", async function () { const connectorName = "COMPOUND-POLYGON-V3-TEST-A"; @@ -232,7 +231,6 @@ describe("Compound III", async function () { expect(!!dsaWallet1.address).to.be.true; const bal = await baseContract.balanceOf(wethWhale) - console.log("+++++++++++++++++++++++++",bal.toString()) await baseContract.connect(wethSigner).transfer(dsaWallet0.address, ethers.utils.parseUnits("1000", 6)); await baseContract.connect(wethSigner).transfer(dsaWallet1.address, ethers.utils.parseUnits("1000", 6)); });