Skip to content

Commit

Permalink
manager: fix typo in Manager Ginkgo tests
Browse files Browse the repository at this point in the history
Signed-off-by: Mikko Ylinen <[email protected]>
  • Loading branch information
mythi committed Feb 17, 2023
1 parent e2b265b commit 94ebd66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/manager/manager_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ import (
"sigs.k8s.io/controller-runtime/pkg/webhook"
)

var _ = Describe("manger.Manager", func() {
var _ = Describe("manager.Manager", func() {
Describe("New", func() {
It("should return an error if there is no Config", func() {
m, err := New(nil, Options{})
Expand Down

0 comments on commit 94ebd66

Please sign in to comment.