cybozu-go / moco

MySQL operator on Kubernetes using GTID-based semi-synchronous replication.
https://cybozu-go.github.io/moco/
Apache License 2.0
269 stars 22 forks source link

Add missing assertion method #709

Closed arosh closed 2 months ago

arosh commented 2 months ago

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 {
                ^