Commit 3130e5a
test: narrow tool results to str before splitlines
The tools return str | list[dict] depending on output_format; the new
id-assertion tests called splitlines() without the isinstance narrowing
the sibling tests use, failing ty in CI.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Signed-off-by: Joe P <joe@basicmemory.com>1 parent 18cb5eb commit 3130e5a
2 files changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
234 | 234 | | |
235 | 235 | | |
236 | 236 | | |
| 237 | + | |
| 238 | + | |
237 | 239 | | |
238 | 240 | | |
239 | 241 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
624 | 624 | | |
625 | 625 | | |
626 | 626 | | |
| 627 | + | |
| 628 | + | |
627 | 629 | | |
628 | 630 | | |
629 | 631 | | |
| |||
0 commit comments