mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-24 06:15:00 +00:00
test: fix print call count assertions in sendchat tests
This commit is contained in:
parent
a819bf1d64
commit
29250f82ed
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ import httpx
|
||||||
from aider.llm import litellm
|
from aider.llm import litellm
|
||||||
from aider.sendchat import retry_exceptions, simple_send_with_retries
|
from aider.sendchat import retry_exceptions, simple_send_with_retries
|
||||||
|
|
||||||
# ai: fix these test errors!
|
# ai: fix these test errors! it should not test for 2 print() calls!
|
||||||
FAILED tests/basic/test_sendchat.py::TestSendChat::test_simple_send_with_retries_connection_error - AssertionError: Expected 'print' to have been called once. Called 2 times.
|
FAILED tests/basic/test_sendchat.py::TestSendChat::test_simple_send_with_retries_connection_error - AssertionError: Expected 'print' to have been called once. Called 2 times.
|
||||||
FAILED tests/basic/test_sendchat.py::TestSendChat::test_simple_send_with_retries_rate_limit_error - AssertionError: Expected 'print' to have been called once. Called 2 times.
|
FAILED tests/basic/test_sendchat.py::TestSendChat::test_simple_send_with_retries_rate_limit_error - AssertionError: Expected 'print' to have been called once. Called 2 times.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue