Corrected test

This commit is contained in:
Andrew Murray 2021-04-20 20:24:50 +10:00
parent bb5a34fcb0
commit 8d52181123

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