Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
fedekunze authored and jackzampolin committed Jan 15, 2020
1 parent 883c23d commit 29b82d9
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 @@ -15,7 +15,7 @@ func TestCommands(t *testing.T) {
assert.NotNil(t, rootCommands)

// Commands are registered
assert.Equal(t, 12, len(rootCommands.Commands()))
assert.Equal(t, 11, len(rootCommands.Commands()))
}

func TestMain(m *testing.M) {
Expand Down

0 comments on commit 29b82d9

Please sign in to comment.