diff --git a/resize_test.go b/resize_test.go index 1397d6d..7bde1a2 100644 --- a/resize_test.go +++ b/resize_test.go @@ -72,7 +72,7 @@ func TestInvalidRotate(t *testing.T) { } func TestNoColorProfile(t *testing.T) { - options := Options{Width: 800, Height: 600, NoColorProfile: true} + options := Options{Width: 800, Height: 600, NoProfile: true} buf, _ := Read("fixtures/test.jpg") newImg, err := Resize(buf, options)