Fix build and linting errors

This commit is contained in:
Amir Bandeali
2019-09-02 11:41:13 -07:00
parent e880447714
commit b3b0496c49
4 changed files with 4 additions and 16 deletions

View File

@@ -56,7 +56,7 @@ describe('LibTransactionDecoder', () => {
]);
});
for (const func of ['batchFillOrders', 'batchFillOrdersNoThrow', 'batchFillOrKillOrders']) {
for (const func of ['batchFillOrdersNoThrow', 'batchFillOrKillOrders']) {
const input = (exchangeInterface as any)[func].getABIEncodedTransactionData(
[order, order],
[takerAssetFillAmount, takerAssetFillAmount],
@@ -82,7 +82,7 @@ describe('LibTransactionDecoder', () => {
]);
});
for (const func of ['fillOrder', 'fillOrderNoThrow', 'fillOrKillOrder']) {
for (const func of ['fillOrder', 'fillOrKillOrder']) {
const input = (exchangeInterface as any)[func].getABIEncodedTransactionData(
order,
takerAssetFillAmount,