mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-13 18:56:17 +03:00
Fix file extensions in tests not matching real names
This commit is contained in:
parent
34760736a5
commit
d1b1f30cef
|
@ -327,8 +327,8 @@ def test_save(mode, test_file, tmp_path):
|
||||||
[
|
[
|
||||||
("L", "Tests/images/l.png", "Tests/images/l.dds"),
|
("L", "Tests/images/l.png", "Tests/images/l.dds"),
|
||||||
("LA", "Tests/images/la.png", "Tests/images/la.dds"),
|
("LA", "Tests/images/la.png", "Tests/images/la.dds"),
|
||||||
("RGB", "Tests/images/rgb.png", "Tests/images/rgb.DDS"),
|
("RGB", "Tests/images/rgb.png", "Tests/images/rgb.dds"),
|
||||||
("RGBA", "Tests/images/rgba.png", "Tests/images/rgba.DDS"),
|
("RGBA", "Tests/images/rgba.png", "Tests/images/rgba.dds"),
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
def test_open(mode, expected_file, input_file):
|
def test_open(mode, expected_file, input_file):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user