Skip to content

Commit db20d0f

Browse files
committed
fixing typo in filetest name
1 parent 6e97da0 commit db20d0f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Tests/test_imageops.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ def check(orientation_im):
352352
assert 0x0112 not in transposed_im.getexif()
353353

354354
# Orientation from "XML:com.adobe.xmp" info key (from exiftool)
355-
with Image.open("Tests/images/xmp_orientation_exiftool.png") as im:
355+
with Image.open("Tests/images/xmp_tags_orientation_exiftool.png") as im:
356356
assert im.getexif()[0x0112] == 8
357357

358358
transposed_im = ImageOps.exif_transpose(im)

0 commit comments

Comments
 (0)