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 <[email protected]>
  • Loading branch information
Kubuxu committed Mar 24, 2017
1 parent e7e2259 commit a11b806
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/commands/helptext_test.go
Original file line number Diff line number Diff line change
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 a11b806

Please sign in to comment.