8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f528791 commit a5ee02dCopy full SHA for a5ee02d
tests/server/test_session.py
@@ -110,7 +110,7 @@ async def list_resources():
110
111
@pytest.mark.anyio
112
async def test_server_session_initialize_with_older_protocol_version():
113
- """Test that server accepts and responds with older protocol version (2024-11-05)."""
+ """Test that server accepts and responds with older protocol (2024-11-05)."""
114
server_to_client_send, server_to_client_receive = anyio.create_memory_object_stream[
115
SessionMessage
116
](1)
0 commit comments