From 5ab4d2a90e6d2dbe5e57496993c2c00fe580d2d9 Mon Sep 17 00:00:00 2001 From: Alessio Treglia Date: Tue, 24 Sep 2019 10:19:08 -0700 Subject: [PATCH] Fix keys command tests --- client/keys/root_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/keys/root_test.go b/client/keys/root_test.go index 6a81d0c12aaf..6794d725e6f0 100644 --- a/client/keys/root_test.go +++ b/client/keys/root_test.go @@ -11,5 +11,5 @@ func TestCommands(t *testing.T) { assert.NotNil(t, rootCommands) // Commands are registered - assert.Equal(t, 10, len(rootCommands.Commands())) + assert.Equal(t, 11, len(rootCommands.Commands())) }