mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-06-30 18:03:07 +03:00
Fix incorect file name
This commit is contained in:
parent
429dc2850e
commit
8e8a67ef3e
|
@ -309,7 +309,7 @@ def test_save_unsupported_mode(tmp_path):
|
||||||
("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", "Tests/images/ATI1.dds"),
|
("L", "Tests/images/ati1.dds"),
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
def test_save(mode, test_file, tmp_path):
|
def test_save(mode, test_file, tmp_path):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user