Skip to content

Commit c5eab90

Browse files
committed
add assert for pyright checks
1 parent f262bb6 commit c5eab90

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/shared/test_streamable_http.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1316,6 +1316,7 @@ async def run_tool():
13161316
assert captured_request_id is not None
13171317

13181318
result = await session.join_call_tool(captured_request_id)
1319+
assert result is not None
13191320

13201321
# We should get a complete result
13211322
assert len(result.content) == 1

0 commit comments

Comments
 (0)