Skip to content

Commit c25e70a

Browse files
committed
fix the lint
Signed-off-by: Zhiying Lin <[email protected]>
1 parent dfc8651 commit c25e70a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/controllers/clusterresourceplacement/suite_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ var _ = BeforeSuite(func() {
147147
err = (&clusterresourcebindingwatcher.Reconciler{
148148
Client: mgr.GetClient(),
149149
PlacementController: crpController,
150-
}).SetupWithManagerForClusterResourceBinding(mgr)
150+
}).SetupWithManager(mgr)
151151
Expect(err).Should(Succeed(), "failed to create clusterResourceBinding watcher")
152152

153153
ctx, cancel = context.WithCancel(context.TODO())

0 commit comments

Comments
 (0)