fix(test): bad option field

master
Tomas Aparicio 11 years ago
parent 977f04fd7d
commit 4678a066b6

@ -72,7 +72,7 @@ func TestInvalidRotate(t *testing.T) {
} }
func TestNoColorProfile(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") buf, _ := Read("fixtures/test.jpg")
newImg, err := Resize(buf, options) newImg, err := Resize(buf, options)

Loading…
Cancel
Save