huskies: merge 864
This commit is contained in:
@@ -432,6 +432,7 @@ mod tests {
|
||||
"99950_story_lifecycle",
|
||||
"1_backlog",
|
||||
"---\nname: Lifecycle Test\n---\n# Story\n",
|
||||
crate::db::ItemMeta::named("Lifecycle Test"),
|
||||
);
|
||||
|
||||
move_story_to_current("99950_story_lifecycle").unwrap();
|
||||
@@ -462,6 +463,7 @@ mod tests {
|
||||
"99951_story_crdt_only",
|
||||
"2_current",
|
||||
"---\nname: CRDT Only Test\n---\n# Story\n",
|
||||
crate::db::ItemMeta::named("CRDT Only Test"),
|
||||
);
|
||||
|
||||
// No filesystem path is involved — lifecycle functions no longer
|
||||
@@ -529,6 +531,7 @@ mod tests {
|
||||
"99866_story_block_test",
|
||||
"2_current",
|
||||
"---\nname: Block Round Trip\n---\n# Story\n",
|
||||
crate::db::ItemMeta::named("Block Round Trip"),
|
||||
);
|
||||
|
||||
// Verify starting state is Coding.
|
||||
|
||||
Reference in New Issue
Block a user