huskies: merge 961
This commit is contained in:
@@ -170,7 +170,7 @@ mod tests {
|
||||
|
||||
// The lifecycle function updates the content store (not the filesystem),
|
||||
// so verify the move via the DB.
|
||||
let content = crate::db::read_content("60_story_cleanup")
|
||||
let content = crate::db::read_content(crate::db::ContentKey::Story("60_story_cleanup"))
|
||||
.expect("60_story_cleanup should be in content store after move to done");
|
||||
assert_eq!(content, "test", "content should be preserved after move");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user