fix(gsd): pass required arguments in defer-milestone-stamp test
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
db90607378
commit
f953e5d9c7
1 changed files with 1 additions and 5 deletions
|
|
@ -17,11 +17,7 @@ test("defer captures without milestone ID are stamped as executed (#3542)", asyn
|
|||
appendCapture(base, "Improve error messages");
|
||||
const captures = loadAllCaptures(base);
|
||||
const id = captures[0].id;
|
||||
markCaptureResolved(base, id, {
|
||||
classification: "defer",
|
||||
resolution: "Deferred to a future UX-polish milestone",
|
||||
reason: "Not urgent",
|
||||
});
|
||||
markCaptureResolved(base, id, "defer", "Deferred to a future UX-polish milestone", "Not urgent");
|
||||
|
||||
executeTriageResolutions(base, "M001", "S01");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue