Commit 302c6de
committed
fix(tests): Align test_notebook_search_no_results with actual behavior
Updates assertions in `test_notebook_search_no_results`
to correctly expect a "No matches found" message object when
a search query yields no matches in the notebook.
The test previously expected an empty list, but the search
function's logic is to return a specific message object in this scenario.1 parent c05f849 commit 302c6de
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
262 | 262 | | |
263 | 263 | | |
264 | 264 | | |
265 | | - | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
266 | 269 | | |
267 | 270 | | |
268 | 271 | | |
0 commit comments