diff --git a/Tests/test_file_ico.py b/Tests/test_file_ico.py index 5ace0c55e9d..1a5a695fad6 100644 --- a/Tests/test_file_ico.py +++ b/Tests/test_file_ico.py @@ -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")