aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeonid Logvinov <logvinov.leon@gmail.com>2017-05-29 17:50:03 +0800
committerLeonid Logvinov <logvinov.leon@gmail.com>2017-05-29 17:50:03 +0800
commit405857fa8137eeb45a690ccd18ce2281bf3a7319 (patch)
treeb2489fa6a86fe59e2487eaaefb2aac9dbea80431
parent3819030a40af3d1cd2a9afddb125055c7e1e1ace (diff)
downloaddexon-sol-tools-405857fa8137eeb45a690ccd18ce2281bf3a7319.tar
dexon-sol-tools-405857fa8137eeb45a690ccd18ce2281bf3a7319.tar.gz
dexon-sol-tools-405857fa8137eeb45a690ccd18ce2281bf3a7319.tar.bz2
dexon-sol-tools-405857fa8137eeb45a690ccd18ce2281bf3a7319.tar.lz
dexon-sol-tools-405857fa8137eeb45a690ccd18ce2281bf3a7319.tar.xz
dexon-sol-tools-405857fa8137eeb45a690ccd18ce2281bf3a7319.tar.zst
dexon-sol-tools-405857fa8137eeb45a690ccd18ce2281bf3a7319.zip
Use constants from test utils
-rw-r--r--test/0x.js_test.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/0x.js_test.ts b/test/0x.js_test.ts
index 5dbb781ab..7106b6a7a 100644
--- a/test/0x.js_test.ts
+++ b/test/0x.js_test.ts
@@ -4,7 +4,7 @@ import 'mocha';
import * as BigNumber from 'bignumber.js';
import ChaiBigNumber = require('chai-bignumber');
import {ZeroEx} from '../src/0x.js';
-import {constants} from '../src/utils/constants';
+import {constants} from './utils/constants';
// Use BigNumber chai add-on
chai.use(ChaiBigNumber());