test(FN-4410): fix executor reclaim audit regression test typing

Fusion-Task-Id: FN-4410
Fusion-Task-Lineage: 306d4fe0-d024-49dd-86b4-fb98d4ceff59
This commit is contained in:
Fusion
2026-05-14 03:34:16 -07:00
committed by gsxdsm
parent 50aa9823d5
commit a2f584bd31

View File

@@ -1884,7 +1884,7 @@ describe("TaskExecutor dependency-based worktree creation", () => {
});
const executor = new TaskExecutor(store, "/tmp/test", { pool });
await executor.execute(makeTask({ id: "FN-066", worktree: null, branch: null }));
await executor.execute(makeTask({ id: "FN-066" }));
expect(store.recordRunAuditEvent).toHaveBeenCalledWith(expect.objectContaining({
mutationType: "branch:auto-reclaim",