Updated the asset-proxy tests to use RichErrors

This commit is contained in:
James Towle
2019-06-06 14:04:46 -07:00
committed by Amir Bandeali
parent f4551dd1e5
commit b7bac3abf6
2 changed files with 15 additions and 15 deletions

View File

@@ -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) {