summaryrefslogtreecommitdiff
path: root/client/src/components/GlobalSnackbar.test.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/components/GlobalSnackbar.test.tsx')
-rw-r--r--client/src/components/GlobalSnackbar.test.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/components/GlobalSnackbar.test.tsx b/client/src/components/GlobalSnackbar.test.tsx
index 2643816..ce6a6ba 100644
--- a/client/src/components/GlobalSnackbar.test.tsx
+++ b/client/src/components/GlobalSnackbar.test.tsx
@@ -4,7 +4,7 @@ import { describe, expect, it } from 'vitest';
import { createMemoryRouter, RouterProvider } from 'react-router-dom';
import { renderWithProviders } from '../renderWithProviders';
import routes from '../routes';
-import { showSnackbar } from '../slices/snackbarSlice';
+import { showSnackbar } from '../slices/uiSlice';
import setupStore from '../store';
describe('Global Snackbar', async () => {