Skip to content

Commit

Permalink
more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Achille Roussel committed May 25, 2016
1 parent 0cdf3b2 commit 2b64195
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion image_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ func TestNewImageWrap(t *testing.T) {

func TestImageRelease(t *testing.T) {
for _, test := range gopherImages {
img := NewImage(gopherNRGBA)
img := NewImage(test)
img.release()

if img.Ref() != nil {
Expand Down

0 comments on commit 2b64195

Please sign in to comment.