Skip to content

Commit 8b8dd71

Browse files
committed
step7
1 parent 3f7cdc5 commit 8b8dd71

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

gendiff/tests/diff_generator_test.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
"gendiff/tests/expected_result_yaml.txt")
1111
]
1212
)
13+
14+
1315
def test_generate_diff(file1, file2, expected_file):
1416
actual_result = generate_diff(file1, file2, format_name="stylish").strip()
1517

0 commit comments

Comments
 (0)