diff --git a/pkg/reconciler/internal/hook/hook_test.go b/pkg/reconciler/internal/hook/hook_test.go index 35f6f34c..327922af 100644 --- a/pkg/reconciler/internal/hook/hook_test.go +++ b/pkg/reconciler/internal/hook/hook_test.go @@ -35,10 +35,11 @@ import ( "sigs.k8s.io/controller-runtime/pkg/handler" "sigs.k8s.io/controller-runtime/pkg/source" + sdkhandler "github.com/operator-framework/operator-lib/handler" + "github.com/operator-framework/helm-operator-plugins/pkg/hook" "github.com/operator-framework/helm-operator-plugins/pkg/internal/fake" internalhook "github.com/operator-framework/helm-operator-plugins/pkg/reconciler/internal/hook" - sdkhandler "github.com/operator-framework/operator-lib/handler" ) var _ = Describe("Hook", func() {