Updated the asset-proxy tests to use RichErrors
This commit is contained in:
committed by
Amir Bandeali
parent
f4551dd1e5
commit
b7bac3abf6
@@ -1,5 +1,6 @@
|
||||
import { BigNumber } from './configured_bignumber';
|
||||
import { RevertError } from './revert_error';
|
||||
import * as _ from 'lodash';
|
||||
|
||||
// tslint:disable:max-classes-per-file
|
||||
|
||||
@@ -24,7 +25,7 @@ export class Uint256UnderflowError extends RevertError {
|
||||
const types = [
|
||||
Uint256OverflowError,
|
||||
Uint256UnderflowError,
|
||||
]
|
||||
];
|
||||
|
||||
// Register the types we've defined.
|
||||
for (const type of types) {
|
||||
|
Reference in New Issue
Block a user