Skip to content

Commit 7e8da05

Browse files
committed
Docstring for PNG test
1 parent 1a332a8 commit 7e8da05

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/mock_vws/test_query.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1066,8 +1066,7 @@ def test_png(
10661066
png_rgb: io.BytesIO,
10671067
) -> None:
10681068
"""
1069-
See https://github.com/adamtheturtle/vws-python/issues/357 for
1070-
implementing this test.
1069+
A "BadImage" result is returned when a corrupted PNG is given.
10711070
"""
10721071
original_data = png_rgb.getvalue()
10731072
corrupted_data = original_data.replace(b'IEND', b'\x00' + b'IEND')

0 commit comments

Comments
 (0)