Rename test image

This commit is contained in:
Andrew Murray 2024-10-05 15:21:42 +10:00 committed by Yay295
parent 8e6d518ea8
commit d4fedc852c
2 changed files with 1 additions and 1 deletions

View File

@ -257,7 +257,7 @@ def test_bytesio_object() -> None:
@pytest.mark.parametrize(
# These images have an "ImageData" descriptor.
"filename",
("Tests/images/eps/1.eps", "Tests/images/eps/1_atend.eps"),
("Tests/images/eps/1.eps", "Tests/images/eps/1_boundingbox_after_imagedata.eps"),
)
def test_1(filename: str) -> None:
with Image.open(filename) as im: