huskies: merge 961
This commit is contained in:
@@ -303,7 +303,8 @@ mod tests {
|
||||
"unexpected response: {response}"
|
||||
);
|
||||
assert!(
|
||||
crate::db::read_content("9975_story_some_feature").is_none(),
|
||||
crate::db::read_content(crate::db::ContentKey::Story("9975_story_some_feature"))
|
||||
.is_none(),
|
||||
"content store should no longer contain the deleted story"
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user