mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-12 18:26:17 +03:00
Apply suggestions from code review
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
This commit is contained in:
parent
09a7255ced
commit
797eb39711
|
@ -52,7 +52,7 @@ def test_crash(size):
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.parametrize(
|
@pytest.mark.parametrize(
|
||||||
"mode,expected",
|
"mode, expected",
|
||||||
(
|
(
|
||||||
("1", (4, 0)),
|
("1", (4, 0)),
|
||||||
("L", (4, 0)),
|
("L", (4, 0)),
|
||||||
|
|
Loading…
Reference in New Issue
Block a user