fix CI failures

This commit is contained in:
Michael Zhu
2019-12-09 22:15:30 -08:00
parent 865a2b1fb0
commit 2f9891f0aa
5 changed files with 5 additions and 20 deletions

View File

@@ -7,7 +7,7 @@ import {
toDecimal,
toFixed,
} from '@0x/contracts-test-utils';
import { BigNumber, FixedMathRevertErrors } from '@0x/utils';
import { BigNumber, FixedMathRevertErrors, hexUtils } from '@0x/utils';
import { Decimal } from 'decimal.js';
import * as _ from 'lodash';