@cryptotaxi247 / kubo / commits / a11b806d9

Add ProcessHelp call to Helptext test.

License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>

Jakub Sztandera committed May 15, 2016 at 17:57 UTC a11b806d935e7e7b8e7d27d3e1a49398eaaef0c2
1 file changed +1
core/commands/helptext_test.go
+1
@@ -29,5 +29,6 @@ func checkHelptextRecursive(t *testing.T, name []string, c *cmds.Command) {
29 }
30
31 func TestHelptexts(t *testing.T) {
32 + Root.ProcessHelp()
33 checkHelptextRecursive(t, []string{"ipfs"}, Root)
34 }