EXIF returns less data than it used to...

This commit is contained in:
Christopher Allan Webber 2014-03-26 12:07:42 -05:00
parent 023cda0974
commit 6d27a79271

View File

@ -39,7 +39,7 @@ def test_exif_extraction():
gps = get_gps_data(result)
# Do we have the result?
assert len(result) == 56
assert len(result) == 55
# Do we have clean data?
assert len(clean) == 53