Skip to content

Commit 892b673

Browse files
committed
feat(pci-ai-tools): auto restart notebook and job
1 parent 7341e5e commit 892b673

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/manager/apps/pci-ai-tools/src/data/hooks/ai/notebook/useRestartNotebook.spec.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { vi } from 'vitest';
33
import { QueryClientWrapper } from '@/__tests__/helpers/wrappers/QueryClientWrapper';
44
import * as notebookApi from '@/data/api/ai/notebook/notebook.api';
55
import { NotebookData } from '@/data/api';
6-
import { useRestartNotebook } from './useReStartNotebook.hook';
6+
import { useRestartNotebook } from './useRestartNotebook.hook';
77

88
vi.mock('@/data/api/ai/notebook/notebook.api', () => ({
99
restartNotebook: vi.fn(),

0 commit comments

Comments
 (0)