Update URL (#16)

This commit is contained in:
Hugo van Kemenade 2022-04-28 01:26:57 +03:00 committed by GitHub
parent a50c3957df
commit d42efd7ec0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -743,7 +743,7 @@ class TestFileJpeg:
# Act / Assert
# "When the image resolution is unknown, 72 [dpi] is designated."
# http://www.exiv2.org/tags.html
# https://exiv2.org/tags.html
assert im.info.get("dpi") == (72, 72)
def test_invalid_exif(self):