style: Fix linter warnings in test_reasoning.py

This commit is contained in:
Paul Gauthier (aider) 2025-03-07 17:04:07 -08:00
parent f8c069132e
commit 7873d1c6b3

View file

@ -123,7 +123,7 @@ class TestReasoning(unittest.TestCase):
with patch.object(model, "send_completion", return_value=(mock_hash, chunks)):
# Set mdstream directly on the coder object
coder.mdstream = mock_mdstream
# Call send with a simple message
messages = [{"role": "user", "content": "test prompt"}]
list(coder.send(messages))