diff --git a/Tests/test_image_convert.py b/Tests/test_image_convert.py index 0cd017a4b35..e573a06a2b2 100644 --- a/Tests/test_image_convert.py +++ b/Tests/test_image_convert.py @@ -43,6 +43,7 @@ def test_unsupported_conversion(): with pytest.raises(ValueError): im.convert("INVALID") + def test_default(): im = hopper("P")