diff --git a/tests/unit/test_handle_patch_deletions.py b/tests/unit/test_handle_patch_deletions.py index afb30dd6..95ab8674 100644 --- a/tests/unit/test_handle_patch_deletions.py +++ b/tests/unit/test_handle_patch_deletions.py @@ -62,7 +62,7 @@ class TestHandlePatchDeletions: new_file_content_str = '' file_name = 'file.py' assert handle_patch_deletions(patch, original_file_content_str, new_file_content_str, - file_name) == 'File was deleted\n' + file_name) is None # Tests that handle_patch_deletions returns the original patch when patch and patch_new are equal def test_handle_patch_deletions_edge_case_patch_and_patch_new_are_equal(self): diff --git a/tests/unit/test_language_handler b/tests/unit/test_language_handler.py similarity index 100% rename from tests/unit/test_language_handler rename to tests/unit/test_language_handler.py