Skip to content

Commit 9ae692e

Browse files
committed
style(test_text_editor.py): remove unnecessary comment in test_edit_file_without_line_end for cleaner code readability
1 parent f5eecd6 commit 9ae692e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_text_editor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -830,7 +830,7 @@ async def test_edit_file_without_line_end(editor, tmp_path):
830830
patch = EditPatch(
831831
contents="new line\n",
832832
line_start=1,
833-
line_end=1, # 明示的にline_endを設定
833+
line_end=1,
834834
range_hash=editor.calculate_hash("line1\n"),
835835
)
836836

0 commit comments

Comments
 (0)