huskies: merge 951
This commit is contained in:
@@ -328,7 +328,7 @@ mod tests {
|
||||
write_item_with_content(story_id, "2_current", content, meta);
|
||||
|
||||
let view = crate::crdt_state::read_item(story_id).expect("story exists in CRDT");
|
||||
assert_eq!(view.stage().as_dir(), "coding");
|
||||
assert_eq!(view.stage().dir_name(), "coding");
|
||||
assert_eq!(view.name(), Some("Typed Name"));
|
||||
assert_eq!(view.agent(), Some("coder-1"));
|
||||
assert_eq!(view.retry_count(), 2);
|
||||
@@ -353,7 +353,7 @@ mod tests {
|
||||
write_item_with_content(story_id, "2_current", content, ItemMeta::default());
|
||||
|
||||
let view = crate::crdt_state::read_item(story_id).expect("story exists in CRDT");
|
||||
assert_eq!(view.stage().as_dir(), "coding");
|
||||
assert_eq!(view.stage().dir_name(), "coding");
|
||||
assert_eq!(
|
||||
view.name(),
|
||||
None,
|
||||
|
||||
Reference in New Issue
Block a user