diff --git a/wtf/colors_test.go b/wtf/colors_test.go index 7ac90839..4e0d1e29 100644 --- a/wtf/colors_test.go +++ b/wtf/colors_test.go @@ -49,12 +49,12 @@ func Test_ColorFor(t *testing.T) { { name: "with no label", label: "", - expected: tcell.ColorGreen, + expected: tcell.ColorDefault, }, { name: "with missing label", label: "cat", - expected: tcell.ColorGreen, + expected: tcell.ColorDefault, }, { name: "with defined label",