Skip to content

Commit 49bebf9

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 35390fb commit 49bebf9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

testing/test_collection.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2734,7 +2734,9 @@ 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: str, expected_indices: Sequence[int]) -> None:
2737+
def test_cli_enables(
2738+
self, pytester: Pytester, parametrize_args: str, expected_indices: Sequence[int]
2739+
) -> None:
27382740
pytester.makepyfile(
27392741
f"""
27402742
import pytest

0 commit comments

Comments
 (0)