Skip to content

Commit

Permalink
fixing typo in filetest name
Browse files Browse the repository at this point in the history
  • Loading branch information
bigcat88 committed Jul 25, 2022
1 parent 6e97da0 commit db20d0f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes
2 changes: 1 addition & 1 deletion Tests/test_imageops.py
Expand Up @@ -352,7 +352,7 @@ def check(orientation_im):
assert 0x0112 not in transposed_im.getexif()

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

transposed_im = ImageOps.exif_transpose(im)
Expand Down

0 comments on commit db20d0f

Please sign in to comment.