fix(test): bad option field

This commit is contained in:
Tomas Aparicio 2015-06-13 22:43:32 +01:00
parent 977f04fd7d
commit 4678a066b6

View file

@ -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)