diff --git a/x-pack/plugins/enterprise_search/public/applications/app_search/components/engines/components/empty_state.test.tsx b/x-pack/plugins/enterprise_search/public/applications/app_search/components/engines/components/empty_state.test.tsx index dbb4215ccb402..4ff5eecb84e59 100644 --- a/x-pack/plugins/enterprise_search/public/applications/app_search/components/engines/components/empty_state.test.tsx +++ b/x-pack/plugins/enterprise_search/public/applications/app_search/components/engines/components/empty_state.test.tsx @@ -12,11 +12,11 @@ import React from 'react'; import { mount, shallow, ShallowWrapper } from 'enzyme'; import { EuiEmptyPrompt } from '@elastic/eui'; +import { IntlProvider } from '@kbn/i18n-react'; import { SampleEngineCreationCta } from '../../sample_engine_creation_cta'; import { EmptyState } from '.'; -import { IntlProvider } from 'react-intl'; describe('EmptyState', () => { describe('when the user can manage/create engines', () => {