From 4779c8b9f347eac6c447038f7d12a2add1aa2c19 Mon Sep 17 00:00:00 2001 From: Tomas Aparicio Date: Thu, 16 Apr 2015 02:32:38 +0200 Subject: [PATCH] fix(test) --- resize_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resize_test.go b/resize_test.go index 131dc38..5e1447e 100644 --- a/resize_test.go +++ b/resize_test.go @@ -9,7 +9,7 @@ import ( func TestResize(t *testing.T) { options := Options{Width: 800, Height: 600} - buf, _ := Read("../vips/fixtures/large.jpg") + buf, _ := Read("fixtures/large.jpg") newImg, err := Resize(buf, options) if err != nil {