diff options
Diffstat (limited to 'test/schema_test.ts')
-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); }); |