Skip to content

Commit fc7c8c5

Browse files
committed
Fix lint.
1 parent b67bc65 commit fc7c8c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/internal/controller/controller_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1094,7 +1094,7 @@ var _ = Describe("controller", func() {
10941094
defer GinkgoRecover()
10951095
Expect(ctrl.Start(ctx)).To(Succeed())
10961096
}()
1097-
Eventually(func() bool { return isSourceStarted.Load() }).Should(BeTrue())
1097+
Eventually(isSourceStarted.Load).Should(BeTrue())
10981098
})
10991099
})
11001100
})

0 commit comments

Comments
 (0)