fix(FN-4606): stabilize resolver callsites and test expectations

Ref: Runfusion/Fusion#321
Fusion-Task-Id: FN-4606
Fusion-Task-Lineage: 94b23f37-944e-4bcd-bfa1-67d0a8c0a267
This commit is contained in:
Fusion
2026-05-15 08:55:33 -07:00
committed by gsxdsm
parent edfd6e42ac
commit a8bde08d26
5 changed files with 7 additions and 6 deletions

View File

@@ -307,7 +307,7 @@ describe("InProcessRuntime", () => {
expect(gitExecCalls).toHaveLength(0);
expect(gitExecFileCalls).toHaveLength(0);
expect(gitSpawnCalls).toHaveLength(0);
expect(mockReapOrphanWorktrees).toHaveBeenCalledWith(testDir);
expect(mockReapOrphanWorktrees).toHaveBeenCalledWith(testDir, expect.any(Object));
expect(mockIsGitRepository).toHaveBeenCalledWith(testDir);
expect(mockScanIdleWorktrees).toHaveBeenCalled();
} finally {