Skip to content

Commit 3b28fba

Browse files
committed
fix test doc string
1 parent 9db284b commit 3b28fba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/server/fastmcp/test_func_metadata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ def test_simple_function_output_schema():
459459

460460

461461
def test_complex_function_output_schema():
462-
"""Test JSON schema generation for simple return types."""
462+
"""Test JSON schema generation for complex return types."""
463463

464464
assert func_metadata(complex_model_fun).output_schema == {
465465
"type": "object",

0 commit comments

Comments
 (0)