aboutsummaryrefslogtreecommitdiffstats
path: root/test/token_registry_wrapper_test.ts
diff options
context:
space:
mode:
authorLeonid Logvinov <logvinov.leon@gmail.com>2017-06-13 00:20:43 +0800
committerLeonid Logvinov <logvinov.leon@gmail.com>2017-06-13 00:20:43 +0800
commit365548e1269cc854275a09b6235d2d096b05ee20 (patch)
treeec536cf7bdbec3e7fb45ed12c7344adc0b8d6b73 /test/token_registry_wrapper_test.ts
parentb1ab696fdd16157702192e280c2e0a840950288a (diff)
downloaddexon-sol-tools-365548e1269cc854275a09b6235d2d096b05ee20.tar
dexon-sol-tools-365548e1269cc854275a09b6235d2d096b05ee20.tar.gz
dexon-sol-tools-365548e1269cc854275a09b6235d2d096b05ee20.tar.bz2
dexon-sol-tools-365548e1269cc854275a09b6235d2d096b05ee20.tar.lz
dexon-sol-tools-365548e1269cc854275a09b6235d2d096b05ee20.tar.xz
dexon-sol-tools-365548e1269cc854275a09b6235d2d096b05ee20.tar.zst
dexon-sol-tools-365548e1269cc854275a09b6235d2d096b05ee20.zip
Introduce index.ts file which defines public interface
Diffstat (limited to 'test/token_registry_wrapper_test.ts')
-rw-r--r--test/token_registry_wrapper_test.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/token_registry_wrapper_test.ts b/test/token_registry_wrapper_test.ts
index b12b92dc4..158a02596 100644
--- a/test/token_registry_wrapper_test.ts
+++ b/test/token_registry_wrapper_test.ts
@@ -3,7 +3,7 @@ import 'mocha';
import * as chai from 'chai';
import {chaiSetup} from './utils/chai_setup';
import {web3Factory} from './utils/web3_factory';
-import {ZeroEx} from '../src/0x';
+import {ZeroEx} from '../src';
import {BlockchainLifecycle} from './utils/blockchain_lifecycle';
import {SchemaValidator} from '../src/utils/schema_validator';
import {tokenSchema} from '../src/schemas/token_schema';