Skip to content

Commit

Permalink
Update Tests/test_file_jpeg2k.py
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
  • Loading branch information
scaramallion and radarhere committed Mar 25, 2024
1 parent 1f182ce commit 7ca9bdd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Tests/test_file_jpeg2k.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 7ca9bdd

Please sign in to comment.