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 955d678 commit 00790e9Copy full SHA for 00790e9
Tests/test_file_jpeg.py
@@ -934,7 +934,7 @@ def test_icc_after_SOF(self) -> None:
934
935
def test_jpeg_magic_number(self, monkeypatch: pytest.MonkeyPatch) -> None:
936
size = 4097
937
- buffer = BytesIO(b"\xff" * size) # Many xFF bytes
+ buffer = BytesIO(b"\xff" * size) # Many xff bytes
938
max_pos = 0
939
orig_read = buffer.read
940
0 commit comments