Skip to content

Commit 8b8b297

Browse files
committed
accidental double import
1 parent 9d9fcea commit 8b8b297

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

core/server/suspend_test.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import (
44
"context"
55
"testing"
66

7-
"github.com/fluxcd/helm-controller/api/v2beta1"
87
helmv2 "github.com/fluxcd/helm-controller/api/v2beta1"
98
kustomizev1 "github.com/fluxcd/kustomize-controller/api/v1beta2"
109
sourcev1 "github.com/fluxcd/source-controller/api/v1beta2"
@@ -132,7 +131,7 @@ func checkSpec(t *testing.T, k client.Client, name types.NamespacedName, obj cli
132131

133132
return v.Spec.Suspend
134133

135-
case *v2beta1.HelmRelease:
134+
case *helmv2.HelmRelease:
136135
if err := k.Get(context.Background(), name, v); err != nil {
137136
t.Error(err)
138137
}

0 commit comments

Comments
 (0)