From aeec2a96b09b90ed98e0d21ee9467bda38f3b72c Mon Sep 17 00:00:00 2001 From: Leonid Logvinov Date: Tue, 6 Jun 2017 11:28:11 +0200 Subject: Address feedback --- test/0x.js_test.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/0x.js_test.ts') diff --git a/test/0x.js_test.ts b/test/0x.js_test.ts index d2a36e1c4..42dbeee9f 100644 --- a/test/0x.js_test.ts +++ b/test/0x.js_test.ts @@ -1,6 +1,6 @@ import * as _ from 'lodash'; import * as chai from 'chai'; -import {ChaiSetup} from './chai_setup'; +import {chaiSetup} from './utils/chai_setup'; import 'mocha'; import * as BigNumber from 'bignumber.js'; import * as Sinon from 'sinon'; @@ -9,7 +9,7 @@ import {constants} from './utils/constants'; import {web3Factory} from './utils/web3_factory'; import {Order} from '../src/types'; -ChaiSetup.configure(); +chaiSetup.configure(); const expect = chai.expect; describe('ZeroEx library', () => { -- cgit v1.2.3