Skip to content

Commit 7bc4d1e

Browse files
committed
fix: typo
Signed-off-by: s-z-z <[email protected]>
1 parent fc84a60 commit 7bc4d1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/builder/controller_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ var _ = Describe("application", func() {
148148
Expect(instance).To(BeNil())
149149
})
150150

151-
It("should allow creating a controllerw without calling For", func() {
151+
It("should allow creating a controller without calling For", func() {
152152
By("creating a controller manager")
153153
m, err := manager.New(cfg, manager.Options{})
154154
Expect(err).NotTo(HaveOccurred())

0 commit comments

Comments
 (0)