Skip to content

Commit

Permalink
Remove Close() from unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
tonimelisma committed Nov 10, 2020
1 parent 76b73b0 commit d87a4ee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vips/image_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,6 @@ func TestImageRef_Label(t *testing.T) {

image, err := NewImageFromFile(resources + "jpg-24bit.jpg")
require.NoError(t, err)
defer image.Close()

lp := &LabelParams{Text: "Text label"}

Expand Down

0 comments on commit d87a4ee

Please sign in to comment.