Skip to content

Commit

Permalink
fix type and test
Browse files Browse the repository at this point in the history
  • Loading branch information
stephmilovic committed Mar 16, 2021
1 parent 4f941e1 commit 82cd096
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions x-pack/plugins/cases/server/client/cases/utils.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@ describe('utils', () => {
commentId: 'comment-user-1',
},
{
comment: 'Elastic Security Alerts attached to the case: 3',
comment: 'Elastic Alerts attached to the case: 3',
commentId: 'mock-id-1-total-alerts',
},
]);
Expand Down Expand Up @@ -569,7 +569,7 @@ describe('utils', () => {
commentId: 'comment-user-1',
},
{
comment: 'Elastic Security Alerts attached to the case: 4',
comment: 'Elastic Alerts attached to the case: 4',
commentId: 'mock-id-1-total-alerts',
},
]);
Expand Down
3 changes: 0 additions & 3 deletions x-pack/plugins/security_solution/public/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ import {
TriggersAndActionsUIPublicPluginSetup as TriggersActionsSetup,
TriggersAndActionsUIPublicPluginStart as TriggersActionsStart,
} from '../../triggers_actions_ui/public';
import { CasesUiStart } from '../../cases/public';
import { SecurityPluginSetup } from '../../security/public';
import { ResolverPluginSetup } from './resolver/types';
import { Inspect } from '../common/search_strategy';
Expand Down Expand Up @@ -70,8 +69,6 @@ export type StartServices = CoreStart &
export interface PluginSetup {
resolver: () => Promise<ResolverPluginSetup>;
}
// eslint-disable-next-line @typescript-eslint/no-empty-interface
export interface PluginStart {}

export interface AppObservableLibs extends AppFrontendLibs {
kibana: CoreStart;
Expand Down

0 comments on commit 82cd096

Please sign in to comment.