Skip to content

Commit

Permalink
chore: Fix timestamp related issue
Browse files Browse the repository at this point in the history
  • Loading branch information
alsco77 committed Aug 23, 2021
1 parent e12eb72 commit 2dd0d11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/savings/savings-manager.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -927,7 +927,7 @@ describe("SavingsManager", async () => {
assertBNClose(
eventArgs.apy,
expectedAPY,
simpleToExactAmount(2, 14), // allow for a 0.02% deviation in the percentage
simpleToExactAmount(3, 14), // allow for a 0.03% deviation in the percentage
)

const balanceAfter = await mUSD.balanceOf(savingsContract.address)
Expand Down

0 comments on commit 2dd0d11

Please sign in to comment.