fix: Update test case for finding original update blocks with unclosed block

This commit is contained in:
Paul Gauthier (aider) 2024-08-21 11:17:11 -07:00
parent 27190c279d
commit 2293d115aa

View file

@ -134,7 +134,7 @@ oops!
with self.assertRaises(ValueError) as cm:
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):
edit = """