Skip to content

Commit aaff3f1

Browse files
authored
Merge pull request #8649 from radarhere/ico
2 parents e9ab468 + beda2b6 commit aaff3f1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Tests/test_file_ico.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -253,8 +253,7 @@ def test_truncated_mask() -> None:
253253

254254
try:
255255
with Image.open(io.BytesIO(data)) as im:
256-
with Image.open("Tests/images/hopper_mask.png") as expected:
257-
assert im.mode == "1"
256+
assert im.mode == "1"
258257

259258
# 32 bpp
260259
output = io.BytesIO()

0 commit comments

Comments
 (0)