Skip to content

Commit 88c0ef8

Browse files
committed
step7
1 parent 8b8dd71 commit 88c0ef8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

gendiff/tests/diff_generator_test.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import pytest
22
from gendiff.diff_generator import generate_diff
33

4+
45
@pytest.mark.parametrize(
56
"file1, file2, expected_file",
67
[
@@ -10,8 +11,6 @@
1011
"gendiff/tests/expected_result_yaml.txt")
1112
]
1213
)
13-
14-
1514
def test_generate_diff(file1, file2, expected_file):
1615
actual_result = generate_diff(file1, file2, format_name="stylish").strip()
1716

0 commit comments

Comments
 (0)