Commit c9d0529
committed
fix(doctor-completion): make test repairMode a proper DoctorRepairMode object
Replace the string literal 'repairMode: "fix" as const' with a proper
DoctorRepairMode object (shouldRepair, shouldForce, nonInteractive,
canPrompt, updateInProgress) to fix the check-test-types CI failure.
This addresses the ClawSweeper P1 finding:
- test fixture repairMode type mismatch
🦞 diamond lobster: L2 evidence from real doctor --fix CLI run
Ref. #993411 parent 7ba35a6 commit c9d0529
1 file changed
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
29 | 35 | | |
30 | 36 | | |
31 | 37 | | |
| |||
0 commit comments