Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
gnolong committed Nov 18, 2024
1 parent a370388 commit ec26320
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/dataprotection/actionset_controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ var _ = Describe("ActionSet Controller test", func() {
}
as.Spec.Backup.WithParameters = []string{testdp.InvalidParameter}
})).Should(Succeed())
By("should be unavailable with invlid withParameters")
By("should be unavailable with invalid withParameters")
Eventually(testapps.CheckObj(&testCtx, client.ObjectKeyFromObject(as),
func(g Gomega, as *v1alpha1.ActionSet) {
g.Expect(as.Status.ObservedGeneration).Should(Equal(as.Generation))
Expand Down

0 comments on commit ec26320

Please sign in to comment.