Skip to content

Commit

Permalink
linter pt.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cadenmarchese committed May 21, 2024
1 parent a3c778b commit 7b71ea5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/operator/deploy/deploy_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
"github.com/golang/mock/gomock"
configv1 "github.com/openshift/api/config/v1"
operatorv1 "github.com/openshift/api/operator/v1"
fakeoperatorclient "github.com/openshift/client-go/operator/clientset/versioned/fake"
operatorfake "github.com/openshift/client-go/operator/clientset/versioned/fake"
appsv1 "k8s.io/api/apps/v1"
corev1 "k8s.io/api/core/v1"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
Expand Down Expand Up @@ -574,7 +574,7 @@ func TestEnsureUpgradeAnnotations(t *testing.T) {
o := operator{
oc: oc,
env: env,
operatorcli: fakeoperatorclient.NewSimpleClientset(cloudcredentialobject),
operatorcli: operatorfake.NewSimpleClientset(cloudcredentialobject),
}

err := o.EnsureUpgradeAnnotations(ctx)
Expand Down

0 comments on commit 7b71ea5

Please sign in to comment.