Updated the erc1155 tests in asset-proxy to use RichErrors

This commit is contained in:
James Towle
2019-06-06 14:40:00 -07:00
committed by Amir Bandeali
parent b7bac3abf6
commit cf3790c2f8
2 changed files with 28 additions and 27 deletions

View File

@@ -54,7 +54,7 @@ const emptySignedOrder: SignedOrder = {
const overflowErrorForCall = (
a?: BigNumber | string | number,
b?: BigNumber | string | number,
) => new SafeMathRevertErrors.Uint256OverflowError(a, b);
) => new SafeMathRevertErrors.Uint256OverflowError();
describe('Exchange core internal functions', () => {
let chainId: number;