huskies: merge 961

This commit is contained in:
dave
2026-05-13 11:22:57 +00:00
parent 78b1ecdc3c
commit 8b53e20ca9
38 changed files with 327 additions and 146 deletions
+2 -2
View File
@@ -528,7 +528,7 @@ mod tests {
)
.unwrap();
let contents = crate::db::read_content("9906_story_persist")
let contents = crate::db::read_content(crate::db::ContentKey::Story("9906_story_persist"))
.expect("story content should exist in CRDT");
assert!(
contents.contains("## Test Results"),
@@ -649,7 +649,7 @@ mod tests {
);
// Criterion must still be unchecked in the CRDT.
let contents = crate::db::read_content("9997_empty_branch")
let contents = crate::db::read_content(crate::db::ContentKey::Story("9997_empty_branch"))
.expect("story content should still be in CRDT");
assert!(
contents.contains("- [ ] Implement the feature"),