mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-02-03 21:24:31 +03:00
Corrected test
This commit is contained in:
parent
bb5a34fcb0
commit
8d52181123
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue
Block a user