mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 01:46:18 +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.tagtype[tag_ids['RollAngle']] = 11
|
||||
|
||||
info[tag_ids['YawAngle'] = doubledata
|
||||
info[tag_ids['YawAngle']] = doubledata
|
||||
info.tagtype[tag_ids['YawAngle']] = 12
|
||||
|
||||
f = self.tempfile("temp.tif")
|
||||
|
|
Loading…
Reference in New Issue
Block a user