diff --git a/src/ui/app.rs b/src/ui/app.rs index cd9f411..5228bee 100644 --- a/src/ui/app.rs +++ b/src/ui/app.rs @@ -853,11 +853,7 @@ mod tests { .unwrap(); assert!( - !app.model - .category("Region") - .unwrap() - .items - .contains_key(""), + !app.model.category("Region").unwrap().items.contains_key(""), "records-mode edits should not create empty category items" ); }