File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -1071,8 +1071,6 @@ class TestMaximumImageSize:
10711071 # width = 1
10721072 # height = int(max_size / 2)
10731073
1074- # Also test the maximum size in megapixels
1075-
10761074 def test_png (
10771075 self ,
10781076 vuforia_database_keys : VuforiaDatabaseKeys ,
@@ -1122,7 +1120,7 @@ def test_png(
11221120 image_content = png_not_too_large .getvalue ()
11231121 body = {'image' : ('image.jpeg' , image_content , 'image/jpeg' )}
11241122 image_content_size = len (image_content )
1125- # We check that the image we created is just slightly smaller than the
1123+ # We check that the image we created is just slightly larger than the
11261124 # maximum file size.
11271125 #
11281126 # This is just because of the implementation details of ``image_file``.
You can’t perform that action at this time.
0 commit comments