Skip to content

Commit

Permalink
fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
juliaElastic committed Sep 26, 2022
1 parent c39d213 commit 1c5072c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@

import React from 'react';
import { act, render, fireEvent } from '@testing-library/react';
import { IntlProvider } from '@kbn/i18n-react';
// eslint-disable-next-line @kbn/eslint/module_migration
import { IntlProvider } from 'react-intl';

import { useActionStatus } from '../hooks';
import { useGetAgentPolicies, useStartServices } from '../../../../hooks';
Expand Down

0 comments on commit 1c5072c

Please sign in to comment.