fix(test): resize

master
Tomas Aparicio 11 years ago
parent 4779c8b9f3
commit 1d76750fb9

@ -9,7 +9,7 @@ import (
func TestResize(t *testing.T) {
options := Options{Width: 800, Height: 600}
buf, _ := Read("fixtures/large.jpg")
buf, _ := Read("fixtures/test.jpg")
newImg, err := Resize(buf, options)
if err != nil {

Loading…
Cancel
Save