Skip to content

Commit

Permalink
Fix linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
Heenawter committed Sep 19, 2024
1 parent e9bc523 commit 544c623
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { Filter } from '@kbn/es-query';
import { combineDashboardFiltersWithControlGroupFilters } from './dashboard_control_group_integration';
import { BehaviorSubject } from 'rxjs';

jest.mock('@kbn/controls-plugin/public/react_controls/control_group/get_control_group_factory');
jest.mock('@kbn/controls-plugin/public/control_group/get_control_group_factory');

const testFilter1: Filter = {
meta: {
Expand Down

0 comments on commit 544c623

Please sign in to comment.