Skip to content

Commit

Permalink
Merge pull request #5420 from radarhere/ico_test
Browse files Browse the repository at this point in the history
Corrected test
  • Loading branch information
hugovk committed Apr 22, 2021
2 parents ab8955b + 8d52181 commit 28207d9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Tests/test_file_ico.py
Expand Up @@ -119,5 +119,4 @@ def test_draw_reloaded(tmp_path):
im.save(outfile)

with Image.open(outfile) as im:
im.save("Tests/images/hopper_draw.ico")
assert_image_equal_tofile(im, "Tests/images/hopper_draw.ico")

0 comments on commit 28207d9

Please sign in to comment.