We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There are a couple edge cases we should consider adding tests for, to prevent regression errors:
div
mul
Thanks @cwhinfrey and the Level K team for suggesting this!
The text was updated successfully, but these errors were encountered:
Go ahead @chesnokovilya! I'll gladly review your PR :)
Sorry, something went wrong.
fixes OpenZeppelin#1386
1c70463
SafeMath Test Coverage Improved (#1477)
b5892a2
* signing prefix added * Minor improvement * Tests changed * Successfully tested * Minor improvements * Minor improvements * Revert "Dangling commas are now required. (#1359)" This reverts commit a688977. * updates * fixes #1404 * approve failing test * suggested changes done * ISafeERC20 removed * conflict fixes * fixes #1386 * Update SafeMath.test.js
No branches or pull requests
There are a couple edge cases we should consider adding tests for, to prevent regression errors:
div
with numbers that aren’t divisible evenlydiv
with the first argument being 0mul
with the second argument being 0Thanks @cwhinfrey and the Level K team for suggesting this!
The text was updated successfully, but these errors were encountered: