mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-22 13:34:17 +02:00
Update test_tool.py
This commit is contained in:
parent
51a867c3af
commit
70598d4d7b
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ class TestToolFromFunction:
|
|||
):
|
||||
Tool.from_function(lambda x: x)
|
||||
|
||||
def test_no_private_arguments(self):
|
||||
def test_private_arguments(self):
|
||||
def add(_a: int, _b: int) -> int:
|
||||
"""Add two numbers."""
|
||||
return _a + _b
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue