Skip to content

Commit 0529ba9

Browse files
committed
Add ProcessHelp call to Helptext test.
License: MIT Signed-off-by: Jakub Sztandera <[email protected]>
1 parent c335cf5 commit 0529ba9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/commands/helptext_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,6 @@ func checkHelptextRecursive(t *testing.T, name []string, c *cmds.Command) {
2929
}
3030

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

0 commit comments

Comments
 (0)