mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-07-03 19:33:07 +03:00
Remove duplicate test
This commit is contained in:
parent
da7e331573
commit
462e3fdaa5
|
@ -263,11 +263,6 @@ def test_no_jp2():
|
||||||
out.seek(4)
|
out.seek(4)
|
||||||
assert out.read(2) == b"jP"
|
assert out.read(2) == b"jP"
|
||||||
|
|
||||||
out = BytesIO()
|
|
||||||
test_card.save(out, "JPEG2000", no_jp2=False)
|
|
||||||
out.seek(4)
|
|
||||||
assert out.read(2) == b"jP"
|
|
||||||
|
|
||||||
|
|
||||||
def test_mct():
|
def test_mct():
|
||||||
# Three component
|
# Three component
|
||||||
|
|
Loading…
Reference in New Issue
Block a user