Fix incorect file name

This commit is contained in:
REDxEYE 2022-08-07 00:51:40 +03:00
parent 429dc2850e
commit 8e8a67ef3e

View File

@ -309,7 +309,7 @@ def test_save_unsupported_mode(tmp_path):
("LA", "Tests/images/uncompressed_la.png"),
("RGB", "Tests/images/hopper.png"),
("RGBA", "Tests/images/pil123rgba.png"),
("L", "Tests/images/ATI1.dds"),
("L", "Tests/images/ati1.dds"),
],
)
def test_save(mode, test_file, tmp_path):