Skip to content

Commit 35390fb

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

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
@@ -2734,7 +2734,7 @@ def _assert_duplicate_msg(self, result, expected_indices):
27342734
assert result.ret != 0
27352735

27362736
@pytest.mark.parametrize(("parametrize_args", "expected_indices"), CASES)
2737-
def test_cli_enables(self, pytester: Pytester, parametrize_args, expected_indices):
2737+
def test_cli_enables(self, pytester: Pytester, parametrize_args: str, expected_indices: Sequence[int]) -> None:
27382738
pytester.makepyfile(
27392739
f"""
27402740
import pytest

0 commit comments

Comments
 (0)