Skip to content

Commit 6ef421f

Browse files
committed
fix test
1 parent a7377db commit 6ef421f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/client/test_client.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,8 @@ async def test_client_list_tools(app: FastMCP):
141141
"title": "greetOutput",
142142
"type": "object",
143143
},
144-
)]
144+
)
145+
]
145146
)
146147
)
147148

0 commit comments

Comments
 (0)