Skip to content

Commit

Permalink
Updated test name and text
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Dec 23, 2020
1 parent 0722870 commit 46f7b4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tests/test_file_ico.py
Expand Up @@ -85,8 +85,8 @@ def test_only_save_relevant_sizes(tmp_path):
assert im_saved.info["sizes"] == {(16, 16), (24, 24), (32, 32), (48, 48)}


def test_only_save_append_images(tmp_path):
"""append_images should work to provide alternative sizes"""
def test_save_append_images(tmp_path):
# append_images should be used for scaled down versions of the image
im = hopper("RGBA")
provided_im = Image.new("RGBA", (32, 32), (255, 0, 0))
outfile = str(tmp_path / "temp_saved_multi_icon.ico")
Expand Down

0 comments on commit 46f7b4a

Please sign in to comment.