Skip to content

Commit c3f3347

Browse files
committed
Fix typo
1 parent 58509ec commit c3f3347

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/reconciler/reconciler_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1505,7 +1505,7 @@ var _ = Describe("Reconciler", func() {
15051505
Expect(mgr.GetClient().Update(ctx, obj)).To(Succeed())
15061506
})
15071507

1508-
By("reconciling skiped and no actions for the release", func() {
1508+
By("reconciling skipped and no actions for the release", func() {
15091509
res, err := r.Reconcile(ctx, req)
15101510
Expect(res).To(Equal(reconcile.Result{}))
15111511
Expect(err).ToNot(HaveOccurred())

0 commit comments

Comments
 (0)