Skip to content

Commit

Permalink
Change test creation date to :38
Browse files Browse the repository at this point in the history
  • Loading branch information
skorokithakis committed Feb 15, 2017
1 parent c90db24 commit f6741b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_images.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def test_exif(pad):
assert image.exif.camera_make == 'Apple'
assert image.exif.camera_model == 'iPhone 6'
assert image.exif.copyright is None
assert image.exif.created_at == datetime(2015, 12, 6, 11, 37, 34)
assert image.exif.created_at == datetime(2015, 12, 6, 11, 37, 38)
assert image.exif.exposure_time == '1/33'
assert image.exif.f == u'\u0192/2.2'
assert almost_equal(image.exif.f_num, 2.2)
Expand Down

0 comments on commit f6741b1

Please sign in to comment.