mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-23 13:54:59 +00:00
fixed tests
This commit is contained in:
parent
15d3a5d581
commit
277a92b3c6
1 changed files with 8 additions and 8 deletions
|
@ -391,10 +391,10 @@ class TestCoder(unittest.TestCase):
|
|||
Do this:
|
||||
|
||||
{str(fname)}
|
||||
<<<<<<< HEAD
|
||||
<<<<<<< SEARCH
|
||||
=======
|
||||
new
|
||||
>>>>>>> updated
|
||||
>>>>>>> REPLACE
|
||||
|
||||
"""
|
||||
coder.partial_response_function_call = dict()
|
||||
|
@ -441,11 +441,11 @@ new
|
|||
Do this:
|
||||
|
||||
{str(fname2)}
|
||||
<<<<<<< HEAD
|
||||
<<<<<<< SEARCH
|
||||
two
|
||||
=======
|
||||
TWO
|
||||
>>>>>>> updated
|
||||
>>>>>>> REPLACE
|
||||
|
||||
"""
|
||||
coder.partial_response_function_call = dict()
|
||||
|
@ -493,11 +493,11 @@ TWO
|
|||
Do this:
|
||||
|
||||
{str(fname)}
|
||||
<<<<<<< HEAD
|
||||
<<<<<<< SEARCH
|
||||
two
|
||||
=======
|
||||
three
|
||||
>>>>>>> updated
|
||||
>>>>>>> REPLACE
|
||||
|
||||
"""
|
||||
coder.partial_response_function_call = dict()
|
||||
|
@ -570,11 +570,11 @@ three
|
|||
Do this:
|
||||
|
||||
{str(fname)}
|
||||
<<<<<<< HEAD
|
||||
<<<<<<< SEARCH
|
||||
one
|
||||
=======
|
||||
two
|
||||
>>>>>>> updated
|
||||
>>>>>>> REPLACE
|
||||
|
||||
"""
|
||||
coder.partial_response_function_call = dict()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue