mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 10:14:59 +00:00
fixed test to work with yield
This commit is contained in:
parent
d889dfc879
commit
9bc8ed9227
1 changed files with 1 additions and 0 deletions
|
@ -304,6 +304,7 @@ Do this:
|
||||||
|
|
||||||
"""
|
"""
|
||||||
coder.partial_response_function_call = dict()
|
coder.partial_response_function_call = dict()
|
||||||
|
return []
|
||||||
|
|
||||||
coder.send = MagicMock(side_effect=mock_send)
|
coder.send = MagicMock(side_effect=mock_send)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue