Skip to content

Commit

Permalink
Merge pull request #357 from lektor/tariquesani-patch-filesize-comment
Browse files Browse the repository at this point in the history
Changed the filesize in comment.
  • Loading branch information
tariquesani committed Feb 16, 2017
2 parents 17304d7 + cf26a8a commit bb85c95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_images.py
Expand Up @@ -71,5 +71,5 @@ def test_thumbnail_quality(builder):

# See if the image file with said quality suffix exists
assert os.path.isfile(image_file)
# And the filesize is less than 9000 bytes
# And the filesize is less than 9200 bytes
assert image_size < 9200

0 comments on commit bb85c95

Please sign in to comment.