diff --git a/src/components/Map/Drawer/Drawer.component.test.tsx b/src/components/Map/Drawer/Drawer.component.test.tsx index 67031c15a1be939faaefb0f424ae349bf1046f9a..a0663188edef546d4eb44d1fde6591bbcdbaa1f5 100644 --- a/src/components/Map/Drawer/Drawer.component.test.tsx +++ b/src/components/Map/Drawer/Drawer.component.test.tsx @@ -1,6 +1,6 @@ import { ToolkitStoreWithSingleSlice } from '@/utils/createStoreInstanceUsingSliceReducer'; import { DrawerState } from '@/redux/drawer/drawer.types'; -import { getReduxWrapperUsingSliceReducer } from '@/utils/testing/getReduxWrapper'; +import { getReduxWrapperUsingSliceReducer } from '@/utils/testing/getReduxWrapperUsingSliceReducer'; import { screen, render, act, fireEvent } from '@testing-library/react'; import drawerReducer, { openDrawer } from '@/redux/drawer/drawer.slice'; import { Drawer } from './Drawer.component'; diff --git a/src/utils/testing/getReduxWrapper.tsx b/src/utils/testing/getReduxWrapperUsingSliceReducer.tsx similarity index 100% rename from src/utils/testing/getReduxWrapper.tsx rename to src/utils/testing/getReduxWrapperUsingSliceReducer.tsx