From 143b588ddc5ce61a71353f585b06bcd5fd54902d Mon Sep 17 00:00:00 2001 From: vbasem Date: Tue, 3 Mar 2020 11:41:57 +0100 Subject: [PATCH] Update main_test.go --- main_test.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/main_test.go b/main_test.go index 69fd748..8d8051b 100644 --- a/main_test.go +++ b/main_test.go @@ -9,7 +9,6 @@ import ( ) - func TestGetConsole_blue(t *testing.T) { sf1 := reflect.ValueOf(color.Blue) @@ -29,4 +28,4 @@ func TestGetConsole_others(t *testing.T) { t.Error("dang it bad") } -} \ No newline at end of file +}