Skip to content

Commit

Permalink
Test updated
Browse files Browse the repository at this point in the history
  • Loading branch information
MartyMacGyver committed Jun 25, 2015
1 parent 595c055 commit dbde330
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions help_test.go
Expand Up @@ -26,6 +26,8 @@ func Test_ShowAppHelp_NoVersion(t *testing.T) {
app := cli.NewApp()
app.Writer = output

app.Version = ""

c := cli.NewContext(app, nil, nil)

cli.ShowAppHelp(c)
Expand Down

0 comments on commit dbde330

Please sign in to comment.