mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 18:06:18 +03:00
fixing typo in filetest name
This commit is contained in:
parent
6e97da0260
commit
db20d0f8fe
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.9 KiB |
|
@ -352,7 +352,7 @@ def test_exif_transpose():
|
||||||
assert 0x0112 not in transposed_im.getexif()
|
assert 0x0112 not in transposed_im.getexif()
|
||||||
|
|
||||||
# Orientation from "XML:com.adobe.xmp" info key (from exiftool)
|
# 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
|
assert im.getexif()[0x0112] == 8
|
||||||
|
|
||||||
transposed_im = ImageOps.exif_transpose(im)
|
transposed_im = ImageOps.exif_transpose(im)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user