Skip to content

Commit

Permalink
test: loosen closeTo() decimal accuracy
Browse files Browse the repository at this point in the history
  • Loading branch information
feuGeneA committed Nov 1, 2021
1 parent f72c222 commit ae974a2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@ describe("Forked provider", function () {
);

assert.equal(daiAfter.toString(), expectedDai.toString());
assert.closeTo(ethLost, 0.5, 0.01);
assert.closeTo(ethLost, 0.5, 0.02);
});
});
});
Expand Down

0 comments on commit ae974a2

Please sign in to comment.