From db165dd21a6201a3f74e17360801a79a59352700 Mon Sep 17 00:00:00 2001 From: Fatih Arslan Date: Tue, 18 Feb 2014 01:06:54 -0800 Subject: [PATCH] Fix test --- color_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/color_test.go b/color_test.go index 619a84d..222b22a 100644 --- a/color_test.go +++ b/color_test.go @@ -16,7 +16,7 @@ func TestColor(t *testing.T) { testColors := []struct { text string - code Parameter + code Attribute }{ {text: "black", code: FgBlack}, {text: "red", code: FgRed},