Skip to content

Commit 6b0a79c

Browse files
committed
sort the parameters
1 parent 1ac1540 commit 6b0a79c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tests/test_main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
@pytest.mark.parametrize(
1111
"args, report",
12-
((["PIL.report"], True), (["PIL", "--report"], True), (["PIL"], False)),
12+
((["PIL"], False), (["PIL", "--report"], True), (["PIL.report"], True)),
1313
)
1414
def test_main(args, report) -> None:
1515
args = [sys.executable, "-m"] + args

0 commit comments

Comments
 (0)