Skip to content

Commit 36c80a1

Browse files
committed
updated doc comment
1 parent 6ded316 commit 36c80a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/server/lowlevel/test_result_cache.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ async def test_call(call: types.CallToolRequest) -> types.ServerResult:
127127

128128
@pytest.mark.anyio
129129
async def test_async_cancel_in_progress():
130-
"""Tests basic async call"""
130+
"""Tests cancelling an in progress async call"""
131131

132132
async def slow_call(call: types.CallToolRequest) -> types.ServerResult:
133133
with anyio.move_on_after(10) as scope:

0 commit comments

Comments
 (0)