moco icon indicating copy to clipboard operation
moco copied to clipboard

Add missing assertion method

Open arosh opened this issue 1 year ago • 0 comments

Thanks to ginkgolinter, the following mistake was found.

controllers/mysqlcluster_controller_test.go:236:3: ginkgo-linter: "Eventually": missing assertion method. Expected "Should()" or "ShouldNot()" (ginkgolinter)
                Eventually(func() error {
                ^

arosh avatar Jun 27 '24 09:06 arosh