diff --git a/frontend/src/hooks/tools/redact/useRedactOperation.test.ts b/frontend/src/hooks/tools/redact/useRedactOperation.test.ts index 5da2bb6ca..8ca6cc84d 100644 --- a/frontend/src/hooks/tools/redact/useRedactOperation.test.ts +++ b/frontend/src/hooks/tools/redact/useRedactOperation.test.ts @@ -2,7 +2,6 @@ import { describe, expect, test, vi, beforeEach } from 'vitest'; import { renderHook } from '@testing-library/react'; import { buildRedactFormData, redactOperationConfig, useRedactOperation } from './useRedactOperation'; import { defaultParameters, RedactParameters } from './useRedactParameters'; -import { ToolOperationHook } from '../shared/useToolOperation'; // Mock the useToolOperation hook vi.mock('../shared/useToolOperation', async () => {