diff options
author | Leonid Logvinov <logvinov.leon@gmail.com> | 2017-08-15 08:32:41 +0800 |
---|---|---|
committer | Leonid Logvinov <logvinov.leon@gmail.com> | 2017-08-15 08:32:41 +0800 |
commit | 9099ef4ee554a44f46d9de128333b7ad231fa61a (patch) | |
tree | 20b64fbd8c12fcb7da30be0478d579914a081704 /test | |
parent | c4dfda9485a091b6867db4342b9620330058b0ad (diff) | |
download | dexon-sol-tools-9099ef4ee554a44f46d9de128333b7ad231fa61a.tar dexon-sol-tools-9099ef4ee554a44f46d9de128333b7ad231fa61a.tar.gz dexon-sol-tools-9099ef4ee554a44f46d9de128333b7ad231fa61a.tar.bz2 dexon-sol-tools-9099ef4ee554a44f46d9de128333b7ad231fa61a.tar.lz dexon-sol-tools-9099ef4ee554a44f46d9de128333b7ad231fa61a.tar.xz dexon-sol-tools-9099ef4ee554a44f46d9de128333b7ad231fa61a.tar.zst dexon-sol-tools-9099ef4ee554a44f46d9de128333b7ad231fa61a.zip |
Remove url from token registry
Diffstat (limited to 'test')
-rw-r--r-- | test/schema_test.ts | 4 |
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); |