mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 00:35:00 +00:00
fix test after merge
This commit is contained in:
parent
fc6dd1877c
commit
41b7a70347
1 changed files with 1 additions and 1 deletions
|
@ -220,7 +220,7 @@ These changes replace the `subprocess.run` patches with `subprocess.check_output
|
|||
replace = "new_line1\nnew_line2"
|
||||
expected_output = None
|
||||
|
||||
result = utils.replace_part_with_missing_leading_whitespace(whole, part, replace)
|
||||
result = eb.replace_part_with_missing_leading_whitespace(whole, part, replace)
|
||||
self.assertEqual(result, expected_output)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue