mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 01:46:18 +03:00
add assert to test
This commit is contained in:
parent
af94b45cbc
commit
6a942c3065
|
@ -70,4 +70,4 @@ def test_xyres_tiff():
|
||||||
im.tag.tags[X_RESOLUTION] = (72,)
|
im.tag.tags[X_RESOLUTION] = (72,)
|
||||||
im.tag.tags[Y_RESOLUTION] = (72,)
|
im.tag.tags[Y_RESOLUTION] = (72,)
|
||||||
im._setup()
|
im._setup()
|
||||||
im.info['dpi'] == (72., 72.)
|
assert_equal(im.info['dpi'], (72., 72.))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user