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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user