Skip to content

Commit

Permalink
Fix keys command tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Alessio Treglia committed Sep 24, 2019
1 parent dcf9754 commit 5ab4d2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/keys/root_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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()))
}

0 comments on commit 5ab4d2a

Please sign in to comment.