From 2d17baca0d537fbef49db5501ad305720469dbf6 Mon Sep 17 00:00:00 2001 From: Tomas Aparicio Date: Wed, 8 Apr 2015 00:04:48 +0200 Subject: [PATCH] fix(test): image --- image_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image_test.go b/image_test.go index 1c22ca7..698143e 100644 --- a/image_test.go +++ b/image_test.go @@ -162,7 +162,7 @@ func TestFluentInterface(t *testing.T) { } data, _ := image.Metadata() - if data.Alpha != true { + if data.Alpha != false { t.Fatal("Invalid alpha channel") } if data.Size.Width != 300 {