mirror of
https://github.com/talgo-cloud/bimg.git
synced 2026-03-07 21:48:13 -08:00
fix(test): bad option field
This commit is contained in:
parent
977f04fd7d
commit
4678a066b6
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue