Update usePolicyAutoRun.batch.test.tsx

This commit is contained in:
Ludy87
2026-08-25 15:50:06 +02:00
parent be24bcc759
commit 1d27cd26a6
@@ -1,5 +1,5 @@
import { describe, it, expect, vi, beforeEach } from "vitest";
import { renderHook, act, waitFor } from "@testing-library/react";
import { renderHook, waitFor } from "@testing-library/react";
import type { ClassificationConfidence } from "@app/types/fileContext";
/**