Skip to content

Commit

Permalink
minor edit
Browse files Browse the repository at this point in the history
  • Loading branch information
jmnote committed Aug 11, 2024
1 parent f1970c8 commit db60649
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions internal/controller/common_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@ func newFakeClient(objs ...client.Object) client.Client {
}

func newFakeManager() manager.Manager {
mgr, err := ctrl.NewManager(&rest.Config{}, ctrl.Options{
Scheme: newScheme(),
})
mgr, err := ctrl.NewManager(&rest.Config{}, ctrl.Options{Scheme: newScheme()})
if err != nil {
panic(err)
}
Expand Down

0 comments on commit db60649

Please sign in to comment.