Skip to content

Commit d0caae4

Browse files
author
Aaron Caldwell
committed
Remove unused test vars
1 parent 12ef640 commit d0caae4

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

x-pack/legacy/plugins/file_upload/server/telemetry/telemetry.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66

77
import { getTelemetry, updateTelemetry } from './telemetry';
88

9-
const elasticsearchPlugin: any = null;
10-
const getSavedObjectsRepository: any = null;
119
const internalRepository = () => ({
1210
get: jest.fn(() => null),
1311
create: jest.fn(() => ({ attributes: 'test' })),

0 commit comments

Comments
 (0)