From 8c1ae350885e290af6071b98f065dffb39f19506 Mon Sep 17 00:00:00 2001 From: Greg Hysen Date: Fri, 18 May 2018 11:31:27 -0700 Subject: Rebased against v2-prototype --- packages/contracts/test/utils/match_order_tester.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/contracts/test/utils') diff --git a/packages/contracts/test/utils/match_order_tester.ts b/packages/contracts/test/utils/match_order_tester.ts index ba6610b68..f95d8fb34 100644 --- a/packages/contracts/test/utils/match_order_tester.ts +++ b/packages/contracts/test/utils/match_order_tester.ts @@ -15,6 +15,7 @@ import { FillContractEventArgs, } from '../../src/contract_wrappers/generated/exchange'; import { assetProxyUtils } from '../../src/utils/asset_proxy_utils'; +import { chaiSetup } from '../../src/utils/chai_setup'; import { constants } from '../../src/utils/constants'; import { crypto } from '../../src/utils/crypto'; import { ERC20Wrapper } from '../../src/utils/erc20_wrapper'; @@ -31,8 +32,7 @@ import { SignedOrder, TransferAmountsByMatchOrders as TransferAmounts, } from '../../src/utils/types'; -import { chaiSetup } from '../utils/chai_setup'; -import { provider, web3Wrapper } from '../utils/web3_wrapper'; +import { provider, web3Wrapper } from '../../src/utils/web3_wrapper'; chaiSetup.configure(); const expect = chai.expect; -- cgit