diff --git a/x-pack/plugins/stack_connectors/public/connector_types/inference/providers/get_providers.test.tsx b/x-pack/plugins/stack_connectors/public/connector_types/inference/providers/get_providers.test.tsx index 06548b36a635a..7ab81ee062638 100644 --- a/x-pack/plugins/stack_connectors/public/connector_types/inference/providers/get_providers.test.tsx +++ b/x-pack/plugins/stack_connectors/public/connector_types/inference/providers/get_providers.test.tsx @@ -6,8 +6,7 @@ */ import React from 'react'; import * as ReactQuery from '@tanstack/react-query'; -import { renderHook } from '@testing-library/react-hooks/dom'; -import { waitFor } from '@testing-library/react'; +import { waitFor, renderHook } from '@testing-library/react'; import { QueryClient, QueryClientProvider } from '@tanstack/react-query'; import { httpServiceMock, notificationServiceMock } from '@kbn/core/public/mocks'; import { useProviders } from './get_providers';