Skip to content

Commit 9826743

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

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
@@ -2767,7 +2767,7 @@ def test1(y, x):
27672767
result = pytester.runpytest()
27682768
self._assert_duplicate_msg(result, expected_indices)
27692769

2770-
def test_cli_overrides_ini_false(self, pytester: Pytester):
2770+
def test_cli_overrides_ini_false(self, pytester: Pytester) -> None:
27712771
"""CLI True should override ini False."""
27722772
pytester.makeini(
27732773
"""

0 commit comments

Comments
 (0)