mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-11 04:07:21 +03:00
Check string value
This commit is contained in:
parent
06b7b97a7a
commit
8c8b110035
|
@ -6,5 +6,4 @@ def test_getxmp():
|
|||
xmp = im.getxmp()
|
||||
|
||||
assert isinstance(xmp, dict)
|
||||
assert isinstance(xmp["Description"][0]["Version"], str)
|
||||
|
||||
assert xmp["Description"][0]["Version"] == "10.4"
|
||||
|
|
Loading…
Reference in New Issue
Block a user