This commit is contained in:
kevin zhao
2025-11-04 19:15:32 -08:00
parent c9f133c4b8
commit 702bd19443

View File

@@ -789,7 +789,7 @@ fn exec_history_cell_shows_working_then_failed() {
let lines = &cells[0];
let blob = lines_to_single_string(lines);
assert!(
blob.contains("• Ran false"),
blob.contains("• Ran: false"),
"expected command and header text present: {blob:?}"
);
assert!(blob.to_lowercase().contains("bloop"), "expected error text");