huskies: merge 962
This commit is contained in:
@@ -419,7 +419,10 @@ mod tests {
|
||||
"",
|
||||
Some("Agent Story"),
|
||||
);
|
||||
crate::crdt_state::set_agent("55_story_agent_story", Some("coder-1"));
|
||||
crate::crdt_state::set_agent(
|
||||
"55_story_agent_story",
|
||||
Some(crate::config::AgentName::Coder1),
|
||||
);
|
||||
let output = status_triage_cmd(tmp.path(), "55").unwrap();
|
||||
assert!(
|
||||
output.contains("coder-1"),
|
||||
|
||||
Reference in New Issue
Block a user