Skip to content

Commit

Permalink
fix: fix 8 spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
AL committed Apr 19, 2022
1 parent 9815cfc commit 30659bc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/unit/tokenomics/depository/Depository.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,13 +143,13 @@ describe("Depository LP", async () => {
deadline
);

// console.log("deployer LP balance:", await pairODAI.balanceOf(deployer.address));
// console.log("LP total supplyProductOLA:", await pairODAI.totalSupply());
// console.log("deployer LP balance:", await pairODAI.balanceOf(deployer.address));
// console.log("LP total supplyProductOLA:", await pairODAI.totalSupply());
// send half of the balance from deployer
const amountTo = new ethers.BigNumber.from(await pairODAI.balanceOf(deployer.address)).div(2);
await pairODAI.connect(deployer).transfer(bob.address, amountTo);
// console.log("balance LP for bob:", (await pairODAI.balanceOf(bob.address)));
// console.log("deployer LP new balance:", await pairODAI.balanceOf(deployer.address));
// console.log("balance LP for bob:", (await pairODAI.balanceOf(bob.address)));
// console.log("deployer LP new balance:", await pairODAI.balanceOf(deployer.address));

await ola.connect(alice).approve(depository.address, LARGE_APPROVAL);
await dai.connect(bob).approve(depository.address, LARGE_APPROVAL);
Expand Down

0 comments on commit 30659bc

Please sign in to comment.