From cd4e4a72ab873c0b679ee8c6ccb9098826cebd4b Mon Sep 17 00:00:00 2001 From: derailed Date: Thu, 13 Feb 2020 17:49:26 -0700 Subject: [PATCH] and missed one... --- internal/view/app_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/view/app_test.go b/internal/view/app_test.go index 4ff96086..b1f3476f 100644 --- a/internal/view/app_test.go +++ b/internal/view/app_test.go @@ -12,5 +12,5 @@ func TestAppNew(t *testing.T) { a := view.NewApp(config.NewConfig(ks{})) a.Init("blee", 10) - assert.Equal(t, 11, len(a.GetActions())) + assert.Equal(t, 12, len(a.GetActions())) }