Skip to content

Commit

Permalink
fix(NA): fix a test import
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Jan 12, 2021
1 parent 38ce556 commit 072349e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/reporting/server/lib/create_worker.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import { createWorkerFactory } from './create_worker';
// @ts-ignore
import { Esqueue } from './esqueue';
// @ts-ignore
import { ClientMock } from './esqueue/__tests__/fixtures/legacy_elasticsearch';
import { ClientMock } from './esqueue/__fixtures__/legacy_elasticsearch';
import { ExportTypesRegistry } from './export_types_registry';

const logger = createMockLevelLogger();
Expand Down

0 comments on commit 072349e

Please sign in to comment.