Skip to content

Commit 65742cf

Browse files
committed
Renamed test
1 parent abbc890 commit 65742cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tests/test_file_jpeg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -706,7 +706,7 @@ def test_icc_after_SOF(self):
706706
with Image.open("Tests/images/icc-after-SOF.jpg") as im:
707707
assert im.info["icc_profile"] == b"profile"
708708

709-
def test_reading_not_whole_file_for_define_it_type(self):
709+
def test_jpeg_magic_number(self):
710710
size = 4097
711711
buffer = BytesIO(b"\xFF" * size) # Many xFF bytes
712712
buffer.max_pos = 0

0 commit comments

Comments
 (0)