mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 08:44:59 +00:00
style: Fix linter warnings in test_reasoning.py
This commit is contained in:
parent
f8c069132e
commit
7873d1c6b3
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ class TestReasoning(unittest.TestCase):
|
||||||
with patch.object(model, "send_completion", return_value=(mock_hash, chunks)):
|
with patch.object(model, "send_completion", return_value=(mock_hash, chunks)):
|
||||||
# Set mdstream directly on the coder object
|
# Set mdstream directly on the coder object
|
||||||
coder.mdstream = mock_mdstream
|
coder.mdstream = mock_mdstream
|
||||||
|
|
||||||
# Call send with a simple message
|
# Call send with a simple message
|
||||||
messages = [{"role": "user", "content": "test prompt"}]
|
messages = [{"role": "user", "content": "test prompt"}]
|
||||||
list(coder.send(messages))
|
list(coder.send(messages))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue