diff options
author | Leonid <logvinov.leon@gmail.com> | 2017-07-26 04:26:14 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-26 04:26:14 +0800 |
commit | 89aa19f6e4042ffcda906e4fa6a7de3d6d2e57c1 (patch) | |
tree | 357d487f6f4442a04457d85b55853a78bb4b4e85 /test/0x.js_test.ts | |
parent | 97e680aba1a68c509e903e929a848db53182722f (diff) | |
parent | 660aa224ca990af27867cdd1523553f50ba50b77 (diff) | |
download | dexon-sol-tools-89aa19f6e4042ffcda906e4fa6a7de3d6d2e57c1.tar dexon-sol-tools-89aa19f6e4042ffcda906e4fa6a7de3d6d2e57c1.tar.gz dexon-sol-tools-89aa19f6e4042ffcda906e4fa6a7de3d6d2e57c1.tar.bz2 dexon-sol-tools-89aa19f6e4042ffcda906e4fa6a7de3d6d2e57c1.tar.lz dexon-sol-tools-89aa19f6e4042ffcda906e4fa6a7de3d6d2e57c1.tar.xz dexon-sol-tools-89aa19f6e4042ffcda906e4fa6a7de3d6d2e57c1.tar.zst dexon-sol-tools-89aa19f6e4042ffcda906e4fa6a7de3d6d2e57c1.zip |
Merge pull request #109 from 0xProject/fees-balance-allowance-validation
Fees balance allowance validation
Diffstat (limited to 'test/0x.js_test.ts')
-rw-r--r-- | test/0x.js_test.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/0x.js_test.ts b/test/0x.js_test.ts index 3d9aa105b..03bf21e96 100644 --- a/test/0x.js_test.ts +++ b/test/0x.js_test.ts @@ -6,7 +6,6 @@ import * as BigNumber from 'bignumber.js'; import * as Sinon from 'sinon'; import {ZeroEx, Order} from '../src'; import {constants} from './utils/constants'; -import {assert} from '../src/utils/assert'; import {web3Factory} from './utils/web3_factory'; chaiSetup.configure(); |