From c6ec261c5c2081f13ba37ffad5aee264229115ac Mon Sep 17 00:00:00 2001 From: Lawrence Forman Date: Thu, 2 Jul 2020 21:29:08 -0400 Subject: [PATCH] `@0x/asset-swapper`: Fix failing test. --- .../test/exchange_proxy_swap_quote_consumer_test.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/asset-swapper/test/exchange_proxy_swap_quote_consumer_test.ts b/packages/asset-swapper/test/exchange_proxy_swap_quote_consumer_test.ts index 1096907684..156e09e905 100644 --- a/packages/asset-swapper/test/exchange_proxy_swap_quote_consumer_test.ts +++ b/packages/asset-swapper/test/exchange_proxy_swap_quote_consumer_test.ts @@ -46,6 +46,7 @@ describe('ExchangeProxySwapQuoteConsumer', () => { wethTransformer: getTransformerAddress(TRANSFORMER_DEPLOYER, 1), payTakerTransformer: getTransformerAddress(TRANSFORMER_DEPLOYER, 2), fillQuoteTransformer: getTransformerAddress(TRANSFORMER_DEPLOYER, 3), + affiliateFeeTransformer: getTransformerAddress(TRANSFORMER_DEPLOYER, 4), }, }; let consumer: ExchangeProxySwapQuoteConsumer;