fix tests

This commit is contained in:
Hussam.lawen
2023-07-06 12:36:25 +03:00
parent 795f6ab8d5
commit 542c4599ba
2 changed files with 1 additions and 1 deletions

View File

@ -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):