diff options
author | Leonid <logvinov.leon@gmail.com> | 2017-06-09 00:33:19 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-09 00:33:19 +0800 |
commit | c94485dfbba388f481ca6c10bd62b863d7429223 (patch) | |
tree | 1faaa6e52e941831034469c9bc56a47bfc9a6a19 /test/schema_test.ts | |
parent | 7f6a6dd18983980c08c53b2b561ec57dfaed755f (diff) | |
parent | 743ba29918715e21c7891b3c7426dcb5fdc14e17 (diff) | |
download | dexon-sol-tools-c94485dfbba388f481ca6c10bd62b863d7429223.tar dexon-sol-tools-c94485dfbba388f481ca6c10bd62b863d7429223.tar.gz dexon-sol-tools-c94485dfbba388f481ca6c10bd62b863d7429223.tar.bz2 dexon-sol-tools-c94485dfbba388f481ca6c10bd62b863d7429223.tar.lz dexon-sol-tools-c94485dfbba388f481ca6c10bd62b863d7429223.tar.xz dexon-sol-tools-c94485dfbba388f481ca6c10bd62b863d7429223.tar.zst dexon-sol-tools-c94485dfbba388f481ca6c10bd62b863d7429223.zip |
Merge branch 'master' into fillOrderUpToAsync
Diffstat (limited to 'test/schema_test.ts')
-rw-r--r-- | test/schema_test.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/schema_test.ts b/test/schema_test.ts index 1c4216496..d35ed4516 100644 --- a/test/schema_test.ts +++ b/test/schema_test.ts @@ -3,7 +3,7 @@ import * as _ from 'lodash'; import * as chai from 'chai'; import * as BigNumber from 'bignumber.js'; import promisify = require('es6-promisify'); -import {numberSchema} from '../src/schemas/order_schemas'; +import {numberSchema} from '../src/schemas/basic_type_schemas'; import {SchemaValidator} from '../src/utils/schema_validator'; chai.config.includeStack = true; |