Commit 42269cd
committed
test(anthropic): update mock to async get_final_message
AsyncMessageStream.get_final_message() is async; sync mock caused
TypeError when awaited. Update _MockAnthropicStream to match the
real SDK interface after fix(anthropic) added the await.1 parent afe2545 commit 42269cd
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
337 | 337 | | |
338 | 338 | | |
339 | 339 | | |
340 | | - | |
| 340 | + | |
341 | 341 | | |
342 | 342 | | |
343 | 343 | | |
| |||
0 commit comments