Skip to content

Commit

Permalink
Rename test image
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere authored and Yay295 committed Oct 5, 2024
1 parent 8e6d518 commit d4fedc8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion Tests/test_file_eps.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d4fedc8

Please sign in to comment.