Skip to content

Commit fe7b6d9

Browse files
committed
Corrected expected image path
1 parent b2711c3 commit fe7b6d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tests/test_file_png.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -782,7 +782,7 @@ def test_end_truncated_file(self):
782782
ImageFile.LOAD_TRUNCATED_IMAGES = True
783783
try:
784784
with Image.open("Tests/images/end_trunc_file.png") as im:
785-
assert_image_equal_tofile(im, "Tests/images/end_trunc_file.png")
785+
assert_image_equal_tofile(im, "Tests/images/hopper.png")
786786
finally:
787787
ImageFile.LOAD_TRUNCATED_IMAGES = False
788788

0 commit comments

Comments
 (0)