From 43558f7c9aae8ef7611feae3de330233970197cb Mon Sep 17 00:00:00 2001 From: Pete Hampton Date: Wed, 9 Dec 2020 12:37:41 +0000 Subject: [PATCH] fix import --- .../plugins/security_solution/server/lib/telemetry/task.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/plugins/security_solution/server/lib/telemetry/task.test.ts b/x-pack/plugins/security_solution/server/lib/telemetry/task.test.ts index 4411ad1538c7d..7de29b8269899 100644 --- a/x-pack/plugins/security_solution/server/lib/telemetry/task.test.ts +++ b/x-pack/plugins/security_solution/server/lib/telemetry/task.test.ts @@ -3,7 +3,7 @@ * or more contributor license agreements. Licensed under the Elastic License; * you may not use this file except in compliance with the Elastic License. */ -import { moment } from 'moment'; +import moment from 'moment'; import { loggingSystemMock } from 'src/core/server/mocks'; import { taskManagerMock } from '../../../../task_manager/server/mocks';