Skip to content

Commit

Permalink
removed unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
gmmorris committed Oct 6, 2020
1 parent 2ab5e73 commit 37a4041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/task_manager/server/routes/health.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { httpServiceMock } from 'src/core/server/mocks';
import { healthRoute } from './health';
import { mockHandlerArguments } from './_mock_handler_arguments';
import { sleep, mockLogger } from '../test_utils';
import { MonitoringStats, summarizeMonitoringStats, HealthStatus } from '../monitoring';
import { MonitoringStats, summarizeMonitoringStats } from '../monitoring';

describe('healthRoute', () => {
beforeEach(() => {
Expand Down

0 comments on commit 37a4041

Please sign in to comment.