mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-23 05:54:19 +02:00
Fix code formatting for pre-commit hooks
This commit is contained in:
parent
42121b2767
commit
60dada7026
1 changed files with 3 additions and 1 deletions
|
|
@ -341,7 +341,9 @@ async def test_server_info_custom_version():
|
|||
assert result.serverInfo.name == "DefaultVersionServer"
|
||||
# Should fall back to MCP library version
|
||||
assert result.serverInfo.version is not None
|
||||
assert result.serverInfo.version != "1.2.3" # Should be different from custom version
|
||||
assert (
|
||||
result.serverInfo.version != "1.2.3"
|
||||
) # Should be different from custom version
|
||||
|
||||
|
||||
async def test_client_nested_context_manager(fastmcp_server):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue