Files
kubernetes/test
Patrick Ohly f618e61332 e2e: replace gomega.HaveLen(0) with gomega.BeEmpty()
The failure message becomes nicer. Found with the new ginkgolinter, for
example:

    test/e2e/apps/cronjob.go:113:3: ginkgo-linter: wrong length assertion; consider using `gomega.Expect(jobs.Items).To(gomega.BeEmpty())` instead (ginkgolinter)
     		gomega.Expect(jobs.Items).To(gomega.HaveLen(0))
     		^
2023-06-27 14:20:41 +02:00
..
2023-06-09 08:49:31 +03:00
2023-06-12 15:45:19 +02:00
2022-06-15 13:38:48 +09:00
2023-06-14 12:47:16 +02:00
2023-05-11 16:43:38 +00:00