Skip to content

Commit 7ca9bdd

Browse files
Update Tests/test_file_jpeg2k.py
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
1 parent 1f182ce commit 7ca9bdd

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Tests/test_file_jpeg2k.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,6 @@ def test_plt_marker() -> None:
449449

450450

451451
def test_9bit():
452-
# Test 9-bit images are decoded to I;16
453452
with Image.open("Tests/images/9bit.j2k") as im:
454453
assert im.mode == "I;16"
455454
assert im.size == (128, 128)

0 commit comments

Comments
 (0)