diff options
author | Leonid Logvinov <logvinov.leon@gmail.com> | 2017-08-22 17:08:45 +0800 |
---|---|---|
committer | Leonid Logvinov <logvinov.leon@gmail.com> | 2017-08-22 17:08:45 +0800 |
commit | c10a2d4fe46640c786daf3fe51edbf76d48e7860 (patch) | |
tree | 8323ee78266191898bb888406e227267441a9f84 /test | |
parent | 45aa9ef5422203375f1958584b1b92007a3be4da (diff) | |
download | dexon-sol-tools-c10a2d4fe46640c786daf3fe51edbf76d48e7860.tar dexon-sol-tools-c10a2d4fe46640c786daf3fe51edbf76d48e7860.tar.gz dexon-sol-tools-c10a2d4fe46640c786daf3fe51edbf76d48e7860.tar.bz2 dexon-sol-tools-c10a2d4fe46640c786daf3fe51edbf76d48e7860.tar.lz dexon-sol-tools-c10a2d4fe46640c786daf3fe51edbf76d48e7860.tar.xz dexon-sol-tools-c10a2d4fe46640c786daf3fe51edbf76d48e7860.tar.zst dexon-sol-tools-c10a2d4fe46640c786daf3fe51edbf76d48e7860.zip |
Put the last test address on it's own line
Diffstat (limited to 'test')
-rw-r--r-- | test/schema_test.ts | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/schema_test.ts b/test/schema_test.ts index d791ece24..e47f8b8e5 100644 --- a/test/schema_test.ts +++ b/test/schema_test.ts @@ -50,7 +50,9 @@ describe('Schema', () => { '0x', '0', '0x00', - '0xzzzzzzB11a196601eD2ce54B665CaFEca0347D42', '0x8b0292B11a196601eD2ce54B665CaFEca0347D42']; + '0xzzzzzzB11a196601eD2ce54B665CaFEca0347D42', + '0x8b0292B11a196601eD2ce54B665CaFEca0347D42', + ]; const shouldFail = true; validateAgainstSchema(testCases, addressSchema, shouldFail); }); |