Skip to content

Commit

Permalink
accidental double import
Browse files Browse the repository at this point in the history
  • Loading branch information
joshri committed Sep 23, 2022
1 parent 11720ae commit 16304c8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions core/server/suspend_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import (
"context"
"testing"

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

return v.Spec.Suspend

case *v2beta1.HelmRelease:
case *helmv2.HelmRelease:
if err := k.Get(context.Background(), name, v); err != nil {
t.Error(err)
}
Expand Down

0 comments on commit 16304c8

Please sign in to comment.