Fix failing json-schema test

This commit is contained in:
fragosti 2019-09-30 17:27:01 -07:00
parent 319b4dfd75
commit 9b91d574f8

View File

@ -478,6 +478,8 @@ describe('Schema', () => {
takerFee: '30000000000000000',
feeRecipientAddress: '0x323b5d4c32345ced77393b3530b1eed0f346429d',
senderAddress: '0x323b5d4c32345ced77393b3530b1eed0f346429d',
makerFeeAssetData: '0xf47261b04c32345ced77393b3530b1eed0f346429d',
takerFeeAssetData: '0xf47261b04c32345ced77393b3530b1eed0f346429d',
},
];
validateAgainstSchema(testCases, relayerApiOrderConfigResponseSchema);