Skip to content

Commit

Permalink
fix eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
tsullivan committed Apr 21, 2021
1 parent 70054ea commit 4c85d6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/reporting/server/lib/store/store.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { ReportingCore } from '../..';
import {
createMockConfigSchema,
createMockLevelLogger,
createMockReportingCore
createMockReportingCore,
} from '../../test_helpers';
import { Report } from './report';
import { ReportingStore } from './store';
Expand Down

0 comments on commit 4c85d6f

Please sign in to comment.