mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-03-23 19:44:13 +03:00
Remove wrong test_save input
This commit is contained in:
parent
cb554c6d0f
commit
940224eaad
|
@ -375,7 +375,6 @@ def test_open_rgb8():
|
||||||
("LA", "Tests/images/uncompressed_la.png"),
|
("LA", "Tests/images/uncompressed_la.png"),
|
||||||
("RGB", "Tests/images/hopper.png"),
|
("RGB", "Tests/images/hopper.png"),
|
||||||
("RGBA", "Tests/images/pil123rgba.png"),
|
("RGBA", "Tests/images/pil123rgba.png"),
|
||||||
("L", TEST_FILE_ATI1),
|
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
def test_save(mode, test_file, tmp_path):
|
def test_save(mode, test_file, tmp_path):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user