Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroshinishio committed Mar 19, 2024
1 parent 43388cf commit 27c33d0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/utils/test_file_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,7 @@ def test_correct_hunk_headers_2() -> None:
+ new line 1"""
expected_result = """--- a/example2.txt
+++ b/example2.txt
@@ -1,1 +1,1 @@"""
@@ -1,1 +1,1 @@
- old line 1
+ new line 1"""
assert correct_hunk_headers(diff_text=diff_text) == expected_result

0 comments on commit 27c33d0

Please sign in to comment.