Fixed invalid expected colors

mine
tlipinski 2020-10-03 14:42:49 +02:00
parent e0921d8348
commit ce92b8bf60
1 changed files with 2 additions and 2 deletions

View File

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