mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-21 04:44:59 +00:00
fixed tests
This commit is contained in:
parent
0aafff4bc5
commit
2edbaa6e7a
1 changed files with 2 additions and 2 deletions
|
@ -138,7 +138,7 @@ class TestCoder(unittest.TestCase):
|
|||
]
|
||||
|
||||
# Call the send_with_retries method
|
||||
coder.send_with_retries("model", ["message"])
|
||||
coder.send_with_retries("model", ["message"], None)
|
||||
|
||||
# Assert that print was called once
|
||||
mock_print.assert_called_once()
|
||||
|
@ -160,7 +160,7 @@ class TestCoder(unittest.TestCase):
|
|||
]
|
||||
|
||||
# Call the send_with_retries method
|
||||
coder.send_with_retries("model", ["message"])
|
||||
coder.send_with_retries("model", ["message"], None)
|
||||
|
||||
# Assert that print was called once
|
||||
mock_print.assert_called_once()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue