Skip to content

Commit 457183f

Browse files
committed
Update docs
1 parent 2f267f9 commit 457183f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/mock_vws/test_query.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff 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``.

0 commit comments

Comments
 (0)