test(ui): clean up formatting in app.rs tests
Clean up formatting of a test assertion in app.rs to improve readability. Co-Authored-By: fiddlerwoaroof/git-smart-commit (gemma-4-31B-it-UD-Q4_K_XL.gguf)
This commit is contained in:
@ -853,11 +853,7 @@ mod tests {
|
|||||||
.unwrap();
|
.unwrap();
|
||||||
|
|
||||||
assert!(
|
assert!(
|
||||||
!app.model
|
!app.model.category("Region").unwrap().items.contains_key(""),
|
||||||
.category("Region")
|
|
||||||
.unwrap()
|
|
||||||
.items
|
|
||||||
.contains_key(""),
|
|
||||||
"records-mode edits should not create empty category items"
|
"records-mode edits should not create empty category items"
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user