From 3e9403af56e52562de0c265d1783cfd9a5f5f27b Mon Sep 17 00:00:00 2001 From: UrielMaD Date: Sun, 27 Dec 2020 22:32:42 -0600 Subject: [PATCH] XMP feature added --- Tests/test_image_getxmp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/test_image_getxmp.py b/Tests/test_image_getxmp.py index 4d88fe620..91c6634f1 100644 --- a/Tests/test_image_getxmp.py +++ b/Tests/test_image_getxmp.py @@ -6,4 +6,4 @@ def test_getxmp(): type_repr = repr(type(im.getxmp())) assert "dict" in type_repr - assert isinstance(im.getxmp()['Description'][0]['Version'], str) + assert isinstance(im.getxmp()["Description"][0]["Version"], str)