ginkgo update to v2.9.4 and gomega to 1.27.6
https://github.com/onsi/ginkgo/v2/compare/v2.9.1...v2.9.4 https://github.com/onsi/gomega/compare/v1.27.4...v1.27.6 Signed-off-by: Humble Chirammal <humble.devassy@gmail.com>
This commit is contained in:
2
vendor/github.com/onsi/ginkgo/v2/internal/writer.go
generated
vendored
2
vendor/github.com/onsi/ginkgo/v2/internal/writer.go
generated
vendored
@@ -135,6 +135,6 @@ func (w *Writer) Println(a ...interface{}) {
|
||||
|
||||
func GinkgoLogrFunc(writer *Writer) logr.Logger {
|
||||
return funcr.New(func(prefix, args string) {
|
||||
writer.Printf("%s", args)
|
||||
writer.Printf("%s\n", args)
|
||||
}, funcr.Options{})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user