Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyelei committed Dec 11, 2024
1 parent a543a94 commit a8a2244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controller/instanceset/reconciler_api_version_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ var _ = Describe("api version reconciler test", func() {
tree.SetRoot(its)
res, err = reconciler.Reconcile(tree)
Expect(err).Should(BeNil())
Expect(res).Should(Equal(kubebuilderx.Commit))
Expect(res).Should(Equal(kubebuilderx.Continue))
})
})
})

0 comments on commit a8a2244

Please sign in to comment.