huskies: merge 997

This commit is contained in:
dave
2026-05-14 11:06:27 +00:00
parent 0572af2193
commit c7a7cb4281
40 changed files with 256 additions and 253 deletions
+2 -2
View File
@@ -70,7 +70,6 @@ mod tests {
name: name.to_string(),
stage,
depends_on: Vec::new(),
retry_count: 0,
}
}
@@ -80,7 +79,6 @@ mod tests {
name: name.to_string(),
stage,
depends_on: deps.iter().map(|n| StoryId(n.to_string())).collect(),
retry_count: 0,
}
}
@@ -96,6 +94,7 @@ mod tests {
Stage::Coding {
claim: None,
plan: Default::default(),
retries: 0,
},
),
make_item("30_story_in_qa", "In QA", Stage::Qa),
@@ -240,6 +239,7 @@ mod tests {
Stage::Coding {
claim: None,
plan: Default::default(),
retries: 0,
},
)];
let output = build_backlog_from_items(&items);