Skip to content

Commit

Permalink
fix image size in test file (updated for v2.0.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissimpkins committed May 12, 2018
1 parent cdbf4f6 commit da0c10d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test_crunch_obj.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def test_crunch_imagefile_obj_instantiation():
def test_crunch_imagefile_obj_get_post_filesize_method():
imgfile = ImageFile(os.path.join("img", "robot-1214536_640.png"))
imgfile.get_post_filesize()
assert imgfile.post_size == 67632
assert imgfile.post_size == 67773


def test_crunch_imagefile_obj_get_compression_percent_method():
Expand Down

0 comments on commit da0c10d

Please sign in to comment.