summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/test_hunk_splitting.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_hunk_splitting.py b/tests/test_hunk_splitting.py
index 8e9ffee..daf89f9 100644
--- a/tests/test_hunk_splitting.py
+++ b/tests/test_hunk_splitting.py
@@ -16,7 +16,7 @@ def line_selector(selections: Sequence[bool], opts, headers, ui):
@pytest.mark.parametrize(
- "selections, expected",
+ ("selections", "expected"),
[
pytest.param(
[True, False, True, False],