aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorFabio Berger <me@fabioberger.com>2017-08-21 20:02:50 +0800
committerGitHub <noreply@github.com>2017-08-21 20:02:50 +0800
commitdd6997423f64509f1badfc8b44a63e3cf73db648 (patch)
tree3ffff9842331b90a9f3a01dc17bc310eb26e82fa /test
parent69668d07c17fbd303316360f88ba89c9e7464a15 (diff)
parent9099ef4ee554a44f46d9de128333b7ad231fa61a (diff)
downloaddexon-sol-tools-dd6997423f64509f1badfc8b44a63e3cf73db648.tar
dexon-sol-tools-dd6997423f64509f1badfc8b44a63e3cf73db648.tar.gz
dexon-sol-tools-dd6997423f64509f1badfc8b44a63e3cf73db648.tar.bz2
dexon-sol-tools-dd6997423f64509f1badfc8b44a63e3cf73db648.tar.lz
dexon-sol-tools-dd6997423f64509f1badfc8b44a63e3cf73db648.tar.xz
dexon-sol-tools-dd6997423f64509f1badfc8b44a63e3cf73db648.tar.zst
dexon-sol-tools-dd6997423f64509f1badfc8b44a63e3cf73db648.zip
Merge pull request #118 from 0xProject/artifacts-update
Update artifacts with the latest mainnet version
Diffstat (limited to 'test')
-rw-r--r--test/schema_test.ts4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/schema_test.ts b/test/schema_test.ts
index c170bebb1..1fac2b380 100644
--- a/test/schema_test.ts
+++ b/test/schema_test.ts
@@ -180,10 +180,6 @@ describe('Schema', () => {
},
[],
4,
- {
- ...token,
- url: 'not an url',
- },
];
const shouldFail = true;
validateAgainstSchema(testCases, tokenSchema, shouldFail);