We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7341e5e commit 892b673Copy full SHA for 892b673
packages/manager/apps/pci-ai-tools/src/data/hooks/ai/notebook/useRestartNotebook.spec.tsx
@@ -3,7 +3,7 @@ import { vi } from 'vitest';
3
import { QueryClientWrapper } from '@/__tests__/helpers/wrappers/QueryClientWrapper';
4
import * as notebookApi from '@/data/api/ai/notebook/notebook.api';
5
import { NotebookData } from '@/data/api';
6
-import { useRestartNotebook } from './useReStartNotebook.hook';
+import { useRestartNotebook } from './useRestartNotebook.hook';
7
8
vi.mock('@/data/api/ai/notebook/notebook.api', () => ({
9
restartNotebook: vi.fn(),
0 commit comments