diff --git a/contracts/integrations/test/internal-integration-tests/match_orders_test.ts b/contracts/integrations/test/internal-integration-tests/match_orders_test.ts index 15499a1ca1..ebf99d45ac 100644 --- a/contracts/integrations/test/internal-integration-tests/match_orders_test.ts +++ b/contracts/integrations/test/internal-integration-tests/match_orders_test.ts @@ -54,7 +54,7 @@ blockchainTests.resets('matchOrders integration tests', env => { deployment, }); feeRecipientRight = new Actor({ - name: 'left fee recipient', + name: 'right fee recipient', deployment, }); diff --git a/contracts/integrations/test/utils/match_order_tester.ts b/contracts/integrations/test/utils/match_order_tester.ts index a8e9eb863a..b4f6725de8 100644 --- a/contracts/integrations/test/utils/match_order_tester.ts +++ b/contracts/integrations/test/utils/match_order_tester.ts @@ -1,5 +1,4 @@ -import { IAssetDataContract } from '@0x/contracts-asset-proxy'; -import { BlockchainBalanceStore, ExchangeContract, LocalBalanceStore } from '@0x/contracts-exchange'; +import { BlockchainBalanceStore, LocalBalanceStore } from '@0x/contracts-exchange'; import { constants, expect, OrderStatus } from '@0x/contracts-test-utils'; import { orderHashUtils } from '@0x/order-utils'; import { BatchMatchedFillResults, FillResults, MatchedFillResults, SignedOrder } from '@0x/types';