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 c4451742f..4f3894a59 100644
--- a/packages/0x.js/test/assert_test.ts
+++ b/packages/0x.js/test/assert_test.ts
@@ -6,11 +6,11 @@ import { ZeroEx } from '../src';
import { assert } from '../src/utils/assert';
import { constants } from './utils/constants';
+import { web3 } from './utils/web3_wrapper';
const expect = chai.expect;
describe('Assertion library', () => {
- const web3 = web3Factory.create();
const config = {
networkId: constants.TESTRPC_NETWORK_ID,
};