aboutsummaryrefslogtreecommitdiffstats
path: root/packages/0x.js/test/assert_test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/0x.js/test/assert_test.ts')
-rw-r--r--packages/0x.js/test/assert_test.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/0x.js/test/assert_test.ts b/packages/0x.js/test/assert_test.ts
index 1f2820070..c4451742f 100644
--- a/packages/0x.js/test/assert_test.ts
+++ b/packages/0x.js/test/assert_test.ts
@@ -1,3 +1,4 @@
+import { web3Factory } from '@0xproject/dev-utils';
import * as chai from 'chai';
import 'mocha';
@@ -5,7 +6,6 @@ import { ZeroEx } from '../src';
import { assert } from '../src/utils/assert';
import { constants } from './utils/constants';
-import { web3Factory } from './utils/web3_factory';
const expect = chai.expect;