We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdbf4f6 commit da0c10dCopy full SHA for da0c10d
src/test_crunch_obj.py
@@ -17,7 +17,7 @@ def test_crunch_imagefile_obj_instantiation():
17
def test_crunch_imagefile_obj_get_post_filesize_method():
18
imgfile = ImageFile(os.path.join("img", "robot-1214536_640.png"))
19
imgfile.get_post_filesize()
20
- assert imgfile.post_size == 67632
+ assert imgfile.post_size == 67773
21
22
23
def test_crunch_imagefile_obj_get_compression_percent_method():
0 commit comments