Skip to content

Commit fec2ac8

Browse files
gomri15bluetech
andauthored
Update testing/test_collection.py
Co-authored-by: Ran Benita <[email protected]>
1 parent ec49bf7 commit fec2ac8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/test_collection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2733,7 +2733,7 @@ def _assert_duplicate_msg(self, result, expected_indices):
27332733
)
27342734
assert result.ret != 0
27352735

2736-
@pytest.mark.parametrize("parametrize_args, expected_indices", CASES)
2736+
@pytest.mark.parametrize(("parametrize_args", "expected_indices"), CASES)
27372737
def test_cli_enables(self, pytester: Pytester, parametrize_args, expected_indices):
27382738
pytester.makepyfile(
27392739
f"""

0 commit comments

Comments
 (0)