Merge pull request #5420 from radarhere/ico_test

Corrected test
This commit is contained in:
Hugo van Kemenade 2021-04-22 17:01:41 +03:00 committed by GitHub
commit 28207d945c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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")