diff --git a/cliotestutils/application.go b/cliotestutils/application.go index ca4c1ee..2293204 100644 --- a/cliotestutils/application.go +++ b/cliotestutils/application.go @@ -63,7 +63,7 @@ func (a *testApplication) SetupRootCommand(cmd *cobra.Command, cfgs ...any) (*co a.assertion(cmd, args, cfgs...) return nil } - return a.Application.SetupRootCommand(cmd, cfgs...), nil + return a.Application.SetupRootCommand(cmd, cfgs...) } /*