From 1a1dc8945425aed6214e044255e0d07e2238d040 Mon Sep 17 00:00:00 2001 From: Alex Towle Date: Tue, 22 Oct 2019 14:53:13 -0700 Subject: [PATCH] `CI` Fix build failure --- .../internal-integration-tests/exchange_integration_test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/integrations/test/internal-integration-tests/exchange_integration_test.ts b/contracts/integrations/test/internal-integration-tests/exchange_integration_test.ts index 057999b3a5..33269335c8 100644 --- a/contracts/integrations/test/internal-integration-tests/exchange_integration_test.ts +++ b/contracts/integrations/test/internal-integration-tests/exchange_integration_test.ts @@ -1,7 +1,7 @@ import { blockchainTests, constants, expect, filterLogsToArguments, OrderFactory } from '@0x/contracts-test-utils'; import { DummyERC20TokenContract, IERC20TokenEvents, IERC20TokenTransferEventArgs } from '@0x/contracts-erc20'; import { IExchangeEvents, IExchangeFillEventArgs } from '@0x/contracts-exchange'; -import { IStakingEventsEvents, IStakingEventsStakingPoolActivatedEventArgs } from '@0x/contracts-staking'; +import { IStakingEventsEvents } from '@0x/contracts-staking'; import { assetDataUtils, orderHashUtils } from '@0x/order-utils'; import { BigNumber } from '@0x/utils';