Skip to content

Commit

Permalink
Add ProcessHelp call to Helptext test.
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
  • Loading branch information
Kubuxu committed May 17, 2016
1 parent 3bb44cc commit 5e0873e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/commands/helptext_test.go
Expand Up @@ -29,5 +29,6 @@ func checkHelptextRecursive(t *testing.T, name []string, c *cmds.Command) {
}

func TestHelptexts(t *testing.T) {
Root.ProcessHelp()
checkHelptextRecursive(t, []string{"ipfs"}, Root)
}

0 comments on commit 5e0873e

Please sign in to comment.