huskies: merge 961
This commit is contained in:
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user