Put the last test address on it's own line

This commit is contained in:
Leonid Logvinov
2017-08-22 11:08:45 +02:00
parent 45aa9ef542
commit c10a2d4fe4

View File

@@ -50,7 +50,9 @@ describe('Schema', () => {
'0x',
'0',
'0x00',
'0xzzzzzzB11a196601eD2ce54B665CaFEca0347D42', '0x8b0292B11a196601eD2ce54B665CaFEca0347D42'];
'0xzzzzzzB11a196601eD2ce54B665CaFEca0347D42',
'0x8b0292B11a196601eD2ce54B665CaFEca0347D42',
];
const shouldFail = true;
validateAgainstSchema(testCases, addressSchema, shouldFail);
});