Skip to content

Commit dd6ac2c

Browse files
pre-commit-ci[bot]shenxianpeng
authored andcommitted
fix: auto fixes from pre-commit.com hooks
1 parent 68fd620 commit dd6ac2c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ def test_file_with_content(self):
333333
self.assertEqual(result, "some output")
334334

335335
def test_ansi_codes_are_stripped(self):
336-
self._write_result("\x1B[31mError\x1B[0m: bad commit")
336+
self._write_result("\x1b[31mError\x1b[0m: bad commit")
337337
result = main.read_result_file()
338338
self.assertEqual(result, "Error: bad commit")
339339

0 commit comments

Comments
 (0)