Updated the erc1155 tests in asset-proxy to use RichErrors
This commit is contained in:
committed by
Amir Bandeali
parent
b7bac3abf6
commit
cf3790c2f8
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user