reduce diff

This commit is contained in:
Lynn Cyrin 2019-07-11 20:22:16 -07:00
parent e6842c0b75
commit f7d5e2c21e
No known key found for this signature in database
GPG Key ID: EE9CCB427DFEC897

View File

@ -1053,7 +1053,7 @@ func TestParseBoolShortOptionHandle(t *testing.T) {
a := App{
Commands: []Command{
{
Name: "foobar",
Name: "foobar",
UseShortOptionHandling: true,
Action: func(ctx *Context) error {
if ctx.Bool("serve") != true {