We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17ba89f commit 750c102Copy full SHA for 750c102
tests/client/test_session.py
@@ -772,8 +772,7 @@ async def mock_server():
772
773
@pytest.mark.anyio
774
async def test_initialize_without_context_manager_raises_error():
775
- """
776
- Test that calling initialize() without entering the context manager raises RuntimeError.
+ """Test that calling initialize() without entering the context manager raises RuntimeError.
777
"""
778
send_stream, receive_stream = anyio.create_memory_object_stream[Any](0)
779
0 commit comments