From 096854d1c8ab61f3cfae6189665dc84562bda1d3 Mon Sep 17 00:00:00 2001 From: UrielMaD Date: Sun, 27 Dec 2020 22:29:51 -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 a2c400794..4d88fe620 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'], int) + assert isinstance(im.getxmp()['Description'][0]['Version'], str)