Skip to content

Commit 3e9403a

Browse files
committed
XMP feature added
1 parent 096854d commit 3e9403a

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'], str)
9+
assert isinstance(im.getxmp()["Description"][0]["Version"], str)

0 commit comments

Comments
 (0)