diff --git a/packages/kbn-alerts-ui-shared/src/rule_type_modal/components/helpers/filter_and_count_rule_types.test.ts b/packages/kbn-alerts-ui-shared/src/rule_type_modal/components/helpers/filter_and_count_rule_types.test.ts index b64c11711a65f..8c062b090e078 100644 --- a/packages/kbn-alerts-ui-shared/src/rule_type_modal/components/helpers/filter_and_count_rule_types.test.ts +++ b/packages/kbn-alerts-ui-shared/src/rule_type_modal/components/helpers/filter_and_count_rule_types.test.ts @@ -7,7 +7,7 @@ */ import { RuleTypeWithDescription } from '../../types'; -import { filterAndCountRuleTypes } from './filterAndCountRuleTypes'; +import { filterAndCountRuleTypes } from './filter_and_count_rule_types'; const mockRuleType: ( name: string,