Commit c05f849
committed
fix(tests): Align test_notebook_search_attribute_error with actual behavior
Updates assertions in `test_notebook_search_attribute_error`
to correctly expect a "No matches found" message object when
a cell's `source` attribute raises an AttributeError and no
other search results are found.
The test previously expected an empty list, but the search
function's logic is to return a specific message in this scenario.1 parent b278bda commit c05f849
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
448 | 448 | | |
449 | 449 | | |
450 | 450 | | |
451 | | - | |
| 451 | + | |
| 452 | + | |
| 453 | + | |
452 | 454 | | |
453 | 455 | | |
454 | 456 | | |
| |||
0 commit comments