We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abbc890 commit 65742cfCopy full SHA for 65742cf
1 file changed
Tests/test_file_jpeg.py
@@ -706,7 +706,7 @@ def test_icc_after_SOF(self):
706
with Image.open("Tests/images/icc-after-SOF.jpg") as im:
707
assert im.info["icc_profile"] == b"profile"
708
709
- def test_reading_not_whole_file_for_define_it_type(self):
+ def test_jpeg_magic_number(self):
710
size = 4097
711
buffer = BytesIO(b"\xFF" * size) # Many xFF bytes
712
buffer.max_pos = 0
0 commit comments