diff --git a/tests/basic/test_reasoning.py b/tests/basic/test_reasoning.py index 2d903706b..b13e02cd4 100644 --- a/tests/basic/test_reasoning.py +++ b/tests/basic/test_reasoning.py @@ -464,7 +464,7 @@ End""" ) def test_send_with_reasoning_stream(self): - """Test that streaming reasoning content from the 'reasoning' attribute is properly + """Test that streaming reasoning content from the 'reasoning' attribute is properly formatted and output.""" # Setup IO with pretty output for streaming io = InputOutput(pretty=True)