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 +}