diff options
Diffstat (limited to 'test/0x.js_test.ts')
-rw-r--r-- | test/0x.js_test.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/0x.js_test.ts b/test/0x.js_test.ts index 6de054437..871e8c727 100644 --- a/test/0x.js_test.ts +++ b/test/0x.js_test.ts @@ -5,7 +5,7 @@ import * as BigNumber from 'bignumber.js'; import ChaiBigNumber = require('chai-bignumber'); import * as Sinon from 'sinon'; import {ZeroEx} from '../src/0x.js'; -import {constants} from '../src/utils/constants'; +import {constants} from './utils/constants'; import {web3Factory} from './utils/web3_factory'; // Use BigNumber chai add-on |