Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
kyscott18 committed Oct 12, 2023
1 parent 8be2365 commit 35e7eaa
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,6 @@ test("get check collateral", async () => {
helper: sepoliaPanoptic.helper,
tokenType: pool.uniswapPool.token0,
});
console.log(amountToNumber(collateralCheck.collateralBalance));
console.log(amountToNumber(collateralCheck.requiredCollateral));

expect(collateralCheck.collateralBalance.amount).toBeGreaterThan(0n);
expect(collateralCheck.requiredCollateral.amount).toBeGreaterThan(0n);
Expand Down

0 comments on commit 35e7eaa

Please sign in to comment.