Test updated
This commit is contained in:
parent
595c055010
commit
dbde3303cf
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user