Skip to content

Commit

Permalink
Fix formatting error in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Donaim committed Dec 24, 2024
1 parent c1af31d commit f104e84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion micall/tests/test_find_maximum_overlap.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def test_maximum_overlap_cases(left, right, expected):
aaaa----
----bbbb
'''),
]
]


@pytest.mark.parametrize("left, right, expected", print_cases)
Expand Down

0 comments on commit f104e84

Please sign in to comment.