Skip to content

Commit

Permalink
make generate-sequential
Browse files Browse the repository at this point in the history
  • Loading branch information
petersutter committed Mar 27, 2023
1 parent a0510fe commit 63c5ad2
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 38 deletions.
58 changes: 22 additions & 36 deletions pkg/cmd/base/mocks/mock_options.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pkg/cmd/base/options_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ bar:
var (
ctrl *gomock.Controller
mockFactory *utilmocks.MockFactory
mockOptions *basemocks.MockCommandOptions
mockOptions *basemocks.MockRunnable
runE func(cmd *cobra.Command, args []string) error
cmd *cobra.Command
args []string
Expand All @@ -131,7 +131,7 @@ bar:

BeforeEach(func() {
ctrl = gomock.NewController(GinkgoT())
mockOptions = basemocks.NewMockCommandOptions(ctrl)
mockOptions = basemocks.NewMockRunnable(ctrl)
mockFactory = utilmocks.NewMockFactory(ctrl)
cmd = &cobra.Command{}
args = []string{"foo", "bar"}
Expand Down

0 comments on commit 63c5ad2

Please sign in to comment.