gofmt
This commit is contained in:
parent
1b3da50f16
commit
1dfa9827f6
@ -551,7 +551,7 @@ func TestApp_RunDefaultCommandWithSubCommand(t *testing.T) {
|
|||||||
{Name: "batbaz", Aliases: []string{"b"}},
|
{Name: "batbaz", Aliases: []string{"b"}},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
err := app.Run([]string{"c", test.cmdName, test.subCmd})
|
err := app.Run([]string{"c", test.cmdName, test.subCmd})
|
||||||
expect(t, err == nil, test.expected)
|
expect(t, err == nil, test.expected)
|
||||||
})
|
})
|
||||||
@ -2386,4 +2386,4 @@ func TestSetupInitializesOnlyNilWriters(t *testing.T) {
|
|||||||
if a.Writer != os.Stdout {
|
if a.Writer != os.Stdout {
|
||||||
t.Errorf("expected a.Writer to be os.Stdout")
|
t.Errorf("expected a.Writer to be os.Stdout")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user