Skip to content

Commit

Permalink
Update description for setting broken action client
Browse files Browse the repository at this point in the history
  • Loading branch information
kurlov committed Aug 25, 2023
1 parent 3734571 commit 24b3290
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/reconciler/reconciler_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1399,7 +1399,7 @@ var _ = Describe("Reconciler", func() {
})
When("label selector succeeds", func() {
It("reconciles only matching label", func() {
By("setting a broken action client getter for the reconciler", func() {
By("setting an invalid action client getter to assert different reconcile results", func() {
r.actionClientGetter = helmclient.ActionClientGetterFunc(func(client.Object) (helmclient.ActionInterface, error) {
fakeClient := helmfake.NewActionClient()
return &fakeClient, nil
Expand Down

0 comments on commit 24b3290

Please sign in to comment.