Skip to content

Commit

Permalink
Corrected expected image path
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Jan 16, 2024
1 parent b2711c3 commit fe7b6d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/test_file_png.py
Original file line number Diff line number Diff line change
Expand Up @@ -782,7 +782,7 @@ def test_end_truncated_file(self):
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

Expand Down

0 comments on commit fe7b6d9

Please sign in to comment.