mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-06-11 08:33:13 +03:00
Fix typo in test
This commit is contained in:
parent
31be9f12ad
commit
1f11fc7be5
|
@ -26,7 +26,7 @@ class TestFileTiffMetadata(PillowTestCase):
|
||||||
info[tag_ids['RollAngle']] = floatdata
|
info[tag_ids['RollAngle']] = floatdata
|
||||||
info.tagtype[tag_ids['RollAngle']] = 11
|
info.tagtype[tag_ids['RollAngle']] = 11
|
||||||
|
|
||||||
info[tag_ids['YawAngle'] = doubledata
|
info[tag_ids['YawAngle']] = doubledata
|
||||||
info.tagtype[tag_ids['YawAngle']] = 12
|
info.tagtype[tag_ids['YawAngle']] = 12
|
||||||
|
|
||||||
f = self.tempfile("temp.tif")
|
f = self.tempfile("temp.tif")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user