huskies: merge 738_refactor_delete_fs_shadow_code_from_lifecycle_rs_and_the_work_directory_watcher
This commit is contained in:
@@ -450,7 +450,7 @@ mod tests {
|
||||
let content = "---\nname: Test\n---\n";
|
||||
fs::write(backlog.join("5_story_test.md"), content).unwrap();
|
||||
crate::db::ensure_content_store();
|
||||
crate::db::write_content("5_story_test", content);
|
||||
crate::db::write_item_with_content("5_story_test", "1_backlog", content);
|
||||
|
||||
let ctx = test_ctx(root);
|
||||
let result = super::super::tool_move_story(
|
||||
@@ -477,7 +477,7 @@ mod tests {
|
||||
let content = "---\nname: Back\n---\n";
|
||||
fs::write(current.join("6_story_back.md"), content).unwrap();
|
||||
crate::db::ensure_content_store();
|
||||
crate::db::write_content("6_story_back", content);
|
||||
crate::db::write_item_with_content("6_story_back", "2_current", content);
|
||||
|
||||
let ctx = test_ctx(root);
|
||||
let result = super::super::tool_move_story(
|
||||
@@ -504,7 +504,7 @@ mod tests {
|
||||
let content = "---\nname: Idem\n---\n";
|
||||
fs::write(current.join("9907_story_idem.md"), content).unwrap();
|
||||
crate::db::ensure_content_store();
|
||||
crate::db::write_content("9907_story_idem", content);
|
||||
crate::db::write_item_with_content("9907_story_idem", "2_current", content);
|
||||
|
||||
let ctx = test_ctx(root);
|
||||
let result = super::super::tool_move_story(
|
||||
|
||||
Reference in New Issue
Block a user