Updated comment

This commit is contained in:
Andrew Murray 2025-02-04 06:49:46 +11:00 committed by GitHub
parent 955d678ca2
commit 00790e925d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -934,7 +934,7 @@ class TestFileJpeg:
def test_jpeg_magic_number(self, monkeypatch: pytest.MonkeyPatch) -> None:
size = 4097
buffer = BytesIO(b"\xff" * size) # Many xFF bytes
buffer = BytesIO(b"\xff" * size) # Many xff bytes
max_pos = 0
orig_read = buffer.read