We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f991df2 commit 8cbebc0Copy full SHA for 8cbebc0
gendiff/tests/diff_generator_test.py
@@ -55,4 +55,3 @@ def test_generate_diff(file1, file2, expected_result):
55
f.write(actual_result) # Записываем новый ожидаемый результат
56
57
assert " ".join(actual_result.split()) == " ".join(expected_result.split())
58
-
0 commit comments