Apply suggestions from code review

Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
This commit is contained in:
Yay295 2022-08-29 12:28:14 -05:00 committed by GitHub
parent 09a7255ced
commit 797eb39711
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,7 +52,7 @@ def test_crash(size):
@pytest.mark.parametrize(
"mode,expected",
"mode, expected",
(
("1", (4, 0)),
("L", (4, 0)),