From 8d52181123101a868efef787bd97f8901c0b8512 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Tue, 20 Apr 2021 20:24:50 +1000 Subject: [PATCH] Corrected test --- Tests/test_file_ico.py | 1 - 1 file changed, 1 deletion(-) 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")