File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -815,7 +815,7 @@ def test_zero_comment_subblocks():
815
815
816
816
def test_write_comment (tmp_path ):
817
817
out = str (tmp_path / "temp.gif" )
818
- with Image .open ("Tests/images/multiple_comments .gif" ) as im :
818
+ with Image .open ("Tests/images/dispose_prev .gif" ) as im :
819
819
im .save (out , save_all = True , comment = "Test" )
820
820
with Image .open (out ) as reread :
821
821
# Comments written should appear only in first frame
@@ -831,7 +831,7 @@ def test_write_comment(tmp_path):
831
831
832
832
def test_write_no_comment (tmp_path ):
833
833
out = str (tmp_path / "temp.gif" )
834
- with Image .open ("Tests/images/multiple_comments .gif" ) as im :
834
+ with Image .open ("Tests/images/dispose_prev .gif" ) as im :
835
835
# Empty comment="" arg should suppress all comments
836
836
im .save (out , save_all = True , comment = "" )
837
837
with Image .open (out ) as reread :
You can’t perform that action at this time.
0 commit comments