summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAndrej Shadura <andrew@shadura.me>2022-03-24 22:29:47 +0100
committerAndrej Shadura <andrew@shadura.me>2022-03-24 22:29:47 +0100
commitcdb1c2d9469a7f65434f633b5f77047b952c9bd1 (patch)
treecedd2b7688414d44ebacab02bc44d92002b0c7c8 /tests
parent104582759ce5bd060c0f3e33017264fd14a662b3 (diff)
Specify test parameter names as a tuple instead of a single string
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],