huskies: merge 891
This commit is contained in:
@@ -867,8 +867,8 @@ stage = "coder"
|
||||
let item =
|
||||
crate::crdt_state::read_item("9950_story_warm_resume").expect("story must be in CRDT");
|
||||
assert!(
|
||||
item.retry_count.is_some_and(|rc| rc > 0),
|
||||
"retry_count must be incremented after warm-resume: got {:?}",
|
||||
item.retry_count
|
||||
item.retry_count() > 0,
|
||||
"retry_count must be incremented after warm-resume: got {}",
|
||||
item.retry_count()
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user