Fixed invalid expected colors
parent
e0921d8348
commit
ce92b8bf60
|
|
@ -25,11 +25,11 @@ func TestAliasColorer(t *testing.T) {
|
|||
"addAll": {
|
||||
ns: client.AllNamespaces,
|
||||
re: render.RowEvent{Kind: render.EventAdd, Row: r},
|
||||
e: tcell.ColorBlack},
|
||||
e: tcell.ColorBlue},
|
||||
"deleteAll": {
|
||||
ns: client.AllNamespaces,
|
||||
re: render.RowEvent{Kind: render.EventDelete, Row: r},
|
||||
e: tcell.ColorBlack},
|
||||
e: tcell.ColorGray},
|
||||
"updateAll": {
|
||||
ns: client.AllNamespaces,
|
||||
re: render.RowEvent{Kind: render.EventUpdate, Row: r},
|
||||
|
|
|
|||
Loading…
Reference in New Issue