mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +03:00
Corrected expected image path
This commit is contained in:
parent
b2711c3e8b
commit
fe7b6d9e80
|
@ -782,7 +782,7 @@ class TestFilePng:
|
|||
ImageFile.LOAD_TRUNCATED_IMAGES = True
|
||||
try:
|
||||
with Image.open("Tests/images/end_trunc_file.png") as im:
|
||||
assert_image_equal_tofile(im, "Tests/images/end_trunc_file.png")
|
||||
assert_image_equal_tofile(im, "Tests/images/hopper.png")
|
||||
finally:
|
||||
ImageFile.LOAD_TRUNCATED_IMAGES = False
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user