mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-24 14:25:00 +00:00
fix: Update test case for finding original update blocks with unclosed block
This commit is contained in:
parent
27190c279d
commit
2293d115aa
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ oops!
|
||||||
|
|
||||||
with self.assertRaises(ValueError) as cm:
|
with self.assertRaises(ValueError) as cm:
|
||||||
list(eb.find_original_update_blocks(edit))
|
list(eb.find_original_update_blocks(edit))
|
||||||
self.assertIn("Incomplete", str(cm.exception))
|
self.assertIn("Expected `>>>>>>> REPLACE` or `=======`", str(cm.exception))
|
||||||
|
|
||||||
def test_find_original_update_blocks_missing_filename(self):
|
def test_find_original_update_blocks_missing_filename(self):
|
||||||
edit = """
|
edit = """
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue