@0x/asset-swapper: Fix failing test.

This commit is contained in:
Lawrence Forman 2020-07-02 21:29:08 -04:00
parent a2db1a3275
commit c6ec261c5c

View File

@ -46,6 +46,7 @@ describe('ExchangeProxySwapQuoteConsumer', () => {
wethTransformer: getTransformerAddress(TRANSFORMER_DEPLOYER, 1), wethTransformer: getTransformerAddress(TRANSFORMER_DEPLOYER, 1),
payTakerTransformer: getTransformerAddress(TRANSFORMER_DEPLOYER, 2), payTakerTransformer: getTransformerAddress(TRANSFORMER_DEPLOYER, 2),
fillQuoteTransformer: getTransformerAddress(TRANSFORMER_DEPLOYER, 3), fillQuoteTransformer: getTransformerAddress(TRANSFORMER_DEPLOYER, 3),
affiliateFeeTransformer: getTransformerAddress(TRANSFORMER_DEPLOYER, 4),
}, },
}; };
let consumer: ExchangeProxySwapQuoteConsumer; let consumer: ExchangeProxySwapQuoteConsumer;