From 98d7430f2c51bec9a8e889e4fe79e10f299a6bfe Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Tadeusz=20Miesi=C4=85c?= <tadeusz.miesiac@gmail.com>
Date: Fri, 6 Oct 2023 17:01:55 +0800
Subject: [PATCH] refactor(getreduxwrapperusingslicereducer): renamed file

---
 src/components/Map/Drawer/Drawer.component.test.tsx             | 2 +-
 ...getReduxWrapper.tsx => getReduxWrapperUsingSliceReducer.tsx} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename src/utils/testing/{getReduxWrapper.tsx => getReduxWrapperUsingSliceReducer.tsx} (100%)

diff --git a/src/components/Map/Drawer/Drawer.component.test.tsx b/src/components/Map/Drawer/Drawer.component.test.tsx
index 67031c15..a0663188 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
-- 
GitLab