Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@PaulRBerg
Created August 10, 2019 23:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PaulRBerg/ebed6faf16a3c26f3fc83867a0258876 to your computer and use it in GitHub Desktop.
Save PaulRBerg/ebed6faf16a3c26f3fc83867a0258876 to your computer and use it in GitHub Desktop.
balance.should.bignumber.satisfy(function(num) {
return (
num.isEqualTo(newBalance.minus(amount)) || num.isEqualTo(newBalance.minus(amount).plus(ONE_UNIT))
);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment