diff --git a/scheme_test.go b/scheme_test.go index ec39f1e..bea33e4 100644 --- a/scheme_test.go +++ b/scheme_test.go @@ -25,7 +25,7 @@ func testScheme(t *testing.T, colors []color.Color) { Build() if grad == nil { - t.Error("Grad is nil") + t.Error("grad is nil") } c1, _ := colorful.MakeColor(colors[0])