File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments