Update Tests/test_file_jpeg2k.py

Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
This commit is contained in:
scaramallion 2024-03-25 20:13:45 +11:00 committed by GitHub
parent 1f182ce8da
commit 7ca9bddf93
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -449,7 +449,6 @@ def test_plt_marker() -> None:
def test_9bit():
# Test 9-bit images are decoded to I;16
with Image.open("Tests/images/9bit.j2k") as im:
assert im.mode == "I;16"
assert im.size == (128, 128)