From ce92b8bf60e569f923b6bac314d72b9a02af9762 Mon Sep 17 00:00:00 2001 From: tlipinski Date: Sat, 3 Oct 2020 14:42:49 +0200 Subject: [PATCH] Fixed invalid expected colors --- internal/render/alias_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/render/alias_test.go b/internal/render/alias_test.go index 21b87bf2..2b6d2dc6 100644 --- a/internal/render/alias_test.go +++ b/internal/render/alias_test.go @@ -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},