Skip to content

Commit d42efd7

Browse files
authored
Update URL (#16)
1 parent a50c395 commit d42efd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/test_file_jpeg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -743,7 +743,7 @@ def test_no_dpi_in_exif(self):
743743

744744
# Act / Assert
745745
# "When the image resolution is unknown, 72 [dpi] is designated."
746-
# http://www.exiv2.org/tags.html
746+
# https://exiv2.org/tags.html
747747
assert im.info.get("dpi") == (72, 72)
748748

749749
def test_invalid_exif(self):

0 commit comments

Comments
 (0)