Skip to content

Commit 00cb4ee

Browse files
committed
chore(mocks): regenerate mocks/fakes
1 parent 436ecf5 commit 00cb4ee

22 files changed

+493
-166
lines changed

pkg/api/wrappers/deployment_install_client_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import (
1616

1717
"github.com/operator-framework/operator-lifecycle-manager/pkg/api/apis/operators/v1alpha1"
1818
listerfakes "github.com/operator-framework/operator-lifecycle-manager/pkg/fakes/client-go/listers"
19-
"github.com/operator-framework/operator-lifecycle-manager/pkg/lib/operatorclient"
19+
"github.com/operator-framework/operator-lifecycle-manager/pkg/lib/operatorclient/operatorclientmocks"
2020
"github.com/operator-framework/operator-lifecycle-manager/pkg/lib/operatorlister/operatorlisterfakes"
2121
)
2222

@@ -415,7 +415,7 @@ func TestEnsureServiceAccount(t *testing.T) {
415415
testName := fmt.Sprintf("%s: %s", tt.name, tt.subname)
416416
t.Run(testName, func(t *testing.T) {
417417
ctrl := gomock.NewController(t)
418-
mockOpClient := operatorclient.NewMockClientInterface(ctrl)
418+
mockOpClient := operatorclientmocks.NewMockClientInterface(ctrl)
419419
fakeLister := &operatorlisterfakes.FakeOperatorLister{}
420420
fakeCoreV1Lister := &operatorlisterfakes.FakeCoreV1Lister{}
421421
fakeServiceAccountLister := &listerfakes.FakeServiceAccountLister{}

pkg/api/wrappers/wrappersfakes/fake_install_strategy_deployment_interface.go

Lines changed: 54 additions & 54 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/controller/registry/resolver/fakes/fake_registry_client.go

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)