Skip to content

Commit 82cd096

Browse files
committed
fix type and test
1 parent 4f941e1 commit 82cd096

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

x-pack/plugins/cases/server/client/cases/utils.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,7 @@ describe('utils', () => {
539539
commentId: 'comment-user-1',
540540
},
541541
{
542-
comment: 'Elastic Security Alerts attached to the case: 3',
542+
comment: 'Elastic Alerts attached to the case: 3',
543543
commentId: 'mock-id-1-total-alerts',
544544
},
545545
]);
@@ -569,7 +569,7 @@ describe('utils', () => {
569569
commentId: 'comment-user-1',
570570
},
571571
{
572-
comment: 'Elastic Security Alerts attached to the case: 4',
572+
comment: 'Elastic Alerts attached to the case: 4',
573573
commentId: 'mock-id-1-total-alerts',
574574
},
575575
]);

x-pack/plugins/security_solution/public/types.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ import {
2222
TriggersAndActionsUIPublicPluginSetup as TriggersActionsSetup,
2323
TriggersAndActionsUIPublicPluginStart as TriggersActionsStart,
2424
} from '../../triggers_actions_ui/public';
25-
import { CasesUiStart } from '../../cases/public';
2625
import { SecurityPluginSetup } from '../../security/public';
2726
import { ResolverPluginSetup } from './resolver/types';
2827
import { Inspect } from '../common/search_strategy';
@@ -70,8 +69,6 @@ export type StartServices = CoreStart &
7069
export interface PluginSetup {
7170
resolver: () => Promise<ResolverPluginSetup>;
7271
}
73-
// eslint-disable-next-line @typescript-eslint/no-empty-interface
74-
export interface PluginStart {}
7572

7673
export interface AppObservableLibs extends AppFrontendLibs {
7774
kibana: CoreStart;

0 commit comments

Comments
 (0)