Skip to content
New issue

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

Move abs(int256) from Math to SignedMath #3110

Merged
merged 2 commits into from
Jan 14, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
lint
  • Loading branch information
frangio committed Jan 14, 2022
commit 70d37f68b32421788496a3a4e65c31a0eb05219b
2 changes: 1 addition & 1 deletion test/utils/math/Math.test.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const { BN, constants } = require('@openzeppelin/test-helpers');
const { expect } = require('chai');
const { MAX_UINT256, MAX_INT256, MIN_INT256 } = constants;
const { MAX_UINT256 } = constants;

const MathMock = artifacts.require('MathMock');

Expand Down