Skip to content

Commit bf10ae9

Browse files
Merge pull request #672 from adamtheturtle/fix-comment
Fix comment
2 parents 87b5839 + d6faaba commit bf10ae9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tests/mock_vws/test_query.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1095,7 +1095,8 @@ def test_png(
10951095
# We check that the image we created is just slightly smaller than the
10961096
# maximum file size.
10971097
#
1098-
# This is just because of the implementation details of ``image_file``.
1098+
# This is just because of the implementation details of
1099+
# ``make_image_file``.
10991100
assert image_content_size < max_bytes
11001101
assert (image_content_size * 1.05) > max_bytes
11011102

@@ -1121,7 +1122,8 @@ def test_png(
11211122
# We check that the image we created is just slightly larger than the
11221123
# maximum file size.
11231124
#
1124-
# This is just because of the implementation details of ``image_file``.
1125+
# This is just because of the implementation details of
1126+
# ``make_image_file``.
11251127
assert image_content_size > max_bytes
11261128
assert (image_content_size * 0.95) < max_bytes
11271129

0 commit comments

Comments
 (0)