1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

Update test case for default color

Tcell's default is default, so using that changes the tests
This commit is contained in:
Sean Smith 2019-09-04 22:20:48 -04:00
parent e8f38ffda6
commit 5979564483

View File

@ -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",