aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorLeonid Logvinov <logvinov.leon@gmail.com>2017-08-22 17:08:45 +0800
committerLeonid Logvinov <logvinov.leon@gmail.com>2017-08-22 17:08:45 +0800
commitc10a2d4fe46640c786daf3fe51edbf76d48e7860 (patch)
tree8323ee78266191898bb888406e227267441a9f84 /test
parent45aa9ef5422203375f1958584b1b92007a3be4da (diff)
downloaddexon-0x-contracts-c10a2d4fe46640c786daf3fe51edbf76d48e7860.tar
dexon-0x-contracts-c10a2d4fe46640c786daf3fe51edbf76d48e7860.tar.gz
dexon-0x-contracts-c10a2d4fe46640c786daf3fe51edbf76d48e7860.tar.bz2
dexon-0x-contracts-c10a2d4fe46640c786daf3fe51edbf76d48e7860.tar.lz
dexon-0x-contracts-c10a2d4fe46640c786daf3fe51edbf76d48e7860.tar.xz
dexon-0x-contracts-c10a2d4fe46640c786daf3fe51edbf76d48e7860.tar.zst
dexon-0x-contracts-c10a2d4fe46640c786daf3fe51edbf76d48e7860.zip
Put the last test address on it's own line
Diffstat (limited to 'test')
-rw-r--r--test/schema_test.ts4
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);
});