Skip to content

Commit

Permalink
fix: Fix error in test case
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelmtzinf committed Dec 27, 2021
1 parent e043b80 commit 4fb8037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-suites/pool-edge.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@ makeSuite('Pool: Edge cases', (testEnv: TestEnv) => {

const snapId = await evmSnapshot();

const debtCeiling = utils.parseUnits('10', 18);
const debtCeiling = utils.parseUnits('10', 2);

expect(await helpersContract.getDebtCeiling(dai.address)).to.be.eq(0);

Expand Down

0 comments on commit 4fb8037

Please sign in to comment.