Skip to content

Commit f29e899

Browse files
committed
pkg: move fake actionclient to internal
1 parent a7a7414 commit f29e899

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

pkg/reconciler/reconciler_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ import (
2929

3030
"github.com/joelanford/helm-operator/pkg/annotation"
3131
helmclient "github.com/joelanford/helm-operator/pkg/client"
32-
helmfake "github.com/joelanford/helm-operator/pkg/client/fake"
3332
"github.com/joelanford/helm-operator/pkg/hook"
3433
"github.com/joelanford/helm-operator/pkg/internal/sdk/controllerutil"
3534
"github.com/joelanford/helm-operator/pkg/internal/sdk/status"
3635
"github.com/joelanford/helm-operator/pkg/internal/testutil"
3736
"github.com/joelanford/helm-operator/pkg/reconciler/internal/conditions"
37+
helmfake "github.com/joelanford/helm-operator/pkg/reconciler/internal/fake"
3838
"github.com/joelanford/helm-operator/pkg/reconciler/internal/values"
3939
)
4040

0 commit comments

Comments
 (0)