From 8031d66566f3a23b3188a6bd826b0f8c2d3f62f3 Mon Sep 17 00:00:00 2001 From: Thrilok Kumar Date: Sat, 15 May 2021 00:47:50 +0530 Subject: [PATCH] typo --- test/compound/compound.test.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/compound/compound.test.js b/test/compound/compound.test.js index 49b22200..a3b79965 100644 --- a/test/compound/compound.test.js +++ b/test/compound/compound.test.js @@ -76,7 +76,7 @@ describe("Compound", function () { }); it("Should borrow and payback DAI from Compound", async function () { - const amount = ethers.utils.parseEther("10") // 1 ETH + const amount = ethers.utils.parseEther("100") // 100 DAI const setId = "83478237" const spells = [ { @@ -123,6 +123,5 @@ describe("Compound", function () { const receipt = await tx.wait() expect(await ethers.provider.getBalance(dsaWallet0.address)).to.be.gte(ethers.utils.parseEther("10")); }); - }) }) \ No newline at end of file