mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-23 22:04:59 +00:00
fix: Remove unsupported 'stream' parameter from InputOutput initialization in test
This commit is contained in:
parent
068a0b4576
commit
1ab4bf14dc
1 changed files with 2 additions and 2 deletions
|
@ -9,8 +9,8 @@ from aider.models import Model
|
|||
class TestReasoning(unittest.TestCase):
|
||||
def test_send_with_reasoning_content(self):
|
||||
"""Test that reasoning content is properly formatted and output."""
|
||||
# Setup IO with no streaming, no pretty
|
||||
io = InputOutput(pretty=False, stream=False)
|
||||
# Setup IO with no pretty
|
||||
io = InputOutput(pretty=False)
|
||||
io.ai_output = MagicMock()
|
||||
|
||||
# Setup model and coder
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue