huskies: merge 864
This commit is contained in:
@@ -261,6 +261,9 @@ mod tests {
|
||||
story_id,
|
||||
"1_backlog",
|
||||
"---\nname: CRDT Tombstone Check\n---\n\n# Story 9977\n",
|
||||
crate::db::ItemMeta::from_yaml(
|
||||
"---\nname: CRDT Tombstone Check\n---\n\n# Story 9977\n",
|
||||
),
|
||||
);
|
||||
|
||||
let tmp = tempfile::tempdir().unwrap();
|
||||
@@ -291,6 +294,7 @@ mod tests {
|
||||
"9975_story_some_feature",
|
||||
"1_backlog",
|
||||
"---\nname: Some Feature\n---\n\n# Story 9975\n",
|
||||
crate::db::ItemMeta::from_yaml("---\nname: Some Feature\n---\n\n# Story 9975\n"),
|
||||
);
|
||||
|
||||
let agents = std::sync::Arc::new(crate::agents::AgentPool::new_test(3000));
|
||||
|
||||
@@ -275,6 +275,7 @@ mod tests {
|
||||
"9976_story_test",
|
||||
"1_backlog",
|
||||
"---\nname: Test Story\n---\n",
|
||||
crate::db::ItemMeta::from_yaml("---\nname: Test Story\n---\n"),
|
||||
);
|
||||
|
||||
let agents = Arc::new(AgentPool::new_test(3000));
|
||||
|
||||
Reference in New Issue
Block a user