From d469bdddc9b8abe9c114e2fdcf8be66ce7743cf9 Mon Sep 17 00:00:00 2001 From: Yuliia Naumenko Date: Thu, 19 Nov 2020 14:08:43 -0800 Subject: [PATCH] fixed type check --- .../plugins/actions/server/usage/actions_usage_collector.test.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/x-pack/plugins/actions/server/usage/actions_usage_collector.test.ts b/x-pack/plugins/actions/server/usage/actions_usage_collector.test.ts index 67f0a4c82fb8f..39a61cebe92dc 100644 --- a/x-pack/plugins/actions/server/usage/actions_usage_collector.test.ts +++ b/x-pack/plugins/actions/server/usage/actions_usage_collector.test.ts @@ -7,7 +7,6 @@ import { UsageCollectionSetup } from 'src/plugins/usage_collection/server'; import { registerActionsUsageCollector } from './actions_usage_collector'; import { taskManagerMock } from '../../../task_manager/server/mocks'; -import { coreMock } from 'src/core/server/mocks'; const mockTaskManagerStart = taskManagerMock.createStart();