Skip to content

Commit 234759f

Browse files
committed
update test_session
1 parent 750c102 commit 234759f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/client/test_session.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -772,8 +772,7 @@ async def mock_server():
772772

773773
@pytest.mark.anyio
774774
async def test_initialize_without_context_manager_raises_error():
775-
"""Test that calling initialize() without entering the context manager raises RuntimeError.
776-
"""
775+
"""Test that calling initialize() without entering the context manager raises RuntimeError."""
777776
send_stream, receive_stream = anyio.create_memory_object_stream[Any](0)
778777

779778
read_stream = cast(Any, receive_stream)

0 commit comments

Comments
 (0)