Skip to content

Commit

Permalink
Fix test param error
Browse files Browse the repository at this point in the history
  • Loading branch information
alsco77 committed Jan 14, 2021
1 parent 022c5cc commit 265de2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/savings/TestSavingsContract.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1213,7 +1213,7 @@ contract("SavingsContract", async (accounts) => {
expect(dataAfter.connector.balance).bignumber.gte(
dataAfter.connector.lastBalance as any,
);
assertBNClosePercent(dataAfter.balances.contract, simpleToExactAmount(2, 20), "2");
assertBNClosePercent(dataAfter.balances.contract, simpleToExactAmount(8, 19), "2");
});
});
context("with a vault connector", () => {
Expand Down

0 comments on commit 265de2f

Please sign in to comment.