fix: remove showing app name twice in errors (#368)
This commit is contained in:
+1
-1
@@ -1214,7 +1214,7 @@ func TestValidateApp(t *testing.T) {
|
||||
cli := validateCli{}
|
||||
p := mustNew(t, &cli)
|
||||
_, err := p.Parse([]string{})
|
||||
assert.EqualError(t, err, "test: app error")
|
||||
assert.EqualError(t, err, "app error")
|
||||
}
|
||||
|
||||
func TestValidateCmd(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user