post-rebase woes

This commit is contained in:
Michael Zhu
2019-11-12 13:10:34 -08:00
parent e7825206bf
commit 4f10d7f859
14 changed files with 29 additions and 23 deletions

View File

@@ -3,8 +3,8 @@ import { expect } from '@0x/contracts-test-utils';
import { BigNumber, logUtils } from '@0x/utils';
import { TxData } from 'ethereum-types';
import { DeploymentManager } from '../utils/deployment_manager';
import { FunctionAssertion, FunctionResult } from '../utils/function_assertions';
import { FunctionAssertion, FunctionResult } from '../../src/function_assertions';
import { DeploymentManager } from '../deployment_manager';
// tslint:disable:no-unnecessary-type-assertion