mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-12 18:26:17 +03:00
Merge pull request #8649 from radarhere/ico
This commit is contained in:
commit
aaff3f1f3d
|
@ -253,7 +253,6 @@ def test_truncated_mask() -> None:
|
||||||
|
|
||||||
try:
|
try:
|
||||||
with Image.open(io.BytesIO(data)) as im:
|
with Image.open(io.BytesIO(data)) as im:
|
||||||
with Image.open("Tests/images/hopper_mask.png") as expected:
|
|
||||||
assert im.mode == "1"
|
assert im.mode == "1"
|
||||||
|
|
||||||
# 32 bpp
|
# 32 bpp
|
||||||
|
|
Loading…
Reference in New Issue
Block a user