Skip to content

Commit

Permalink
removed unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
gmmorris committed Apr 15, 2020
1 parent d2265d9 commit 6276786
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions x-pack/plugins/alerting/server/mocks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
import { alertsClientMock } from './alerts_client.mock';
import { PluginSetupContract, PluginStartContract } from './plugin';
import { savedObjectsClientMock } from '../../../../src/core/server/mocks';
import { createScopedSeachApiMock } from '../../../../src/plugins/data/server/mocks';
import { AlertInstance } from './alert_instance';

export { alertsClientMock };
Expand Down Expand Up @@ -57,7 +56,6 @@ const createAlertServicesMock = () => {
.mockReturnValue(alertInstanceFactoryMock),
callCluster: jest.fn(),
savedObjectsClient: savedObjectsClientMock.create(),
search: createScopedSeachApiMock().search,
};
};

Expand Down

0 comments on commit 6276786

Please sign in to comment.