fix(gsd): repair CI after branch split
This commit is contained in:
parent
bb4d708b80
commit
eddbfd6a1b
1 changed files with 1 additions and 1 deletions
|
|
@ -178,7 +178,7 @@ function makeMockDeps(overrides?: Partial<LoopDeps>): LoopDeps & { callLog: stri
|
|||
getCurrentBranch: () => "main",
|
||||
autoWorktreeBranch: () => "auto/M001",
|
||||
resolveMilestoneFile: () => null,
|
||||
reconcileMergeState: () => "clean",
|
||||
reconcileMergeState: () => false,
|
||||
getLedger: () => null,
|
||||
getProjectTotals: () => ({ cost: 0 }),
|
||||
formatCost: (c: number) => `$${c.toFixed(2)}`,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue