Skip to content

Commit 096854d

Browse files
committed
XMP feature added
1 parent 19bac31 commit 096854d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/test_image_getxmp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ def test_getxmp():
66
type_repr = repr(type(im.getxmp()))
77

88
assert "dict" in type_repr
9-
assert isinstance(im.getxmp()['Description'][0]['Version'], int)
9+
assert isinstance(im.getxmp()['Description'][0]['Version'], str)

0 commit comments

Comments
 (0)