mirror of
https://github.com/containers/podman.git
synced 2025-12-04 12:17:34 +08:00
fix(deps): update module github.com/onsi/gomega to v1.36.3
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
2
vendor/github.com/onsi/gomega/internal/vetoptdesc.go
generated
vendored
2
vendor/github.com/onsi/gomega/internal/vetoptdesc.go
generated
vendored
@@ -10,7 +10,7 @@ import (
|
||||
// Gomega matcher at the beginning it panics. This allows for rendering Gomega
|
||||
// matchers as part of an optional Description, as long as they're not in the
|
||||
// first slot.
|
||||
func vetOptionalDescription(assertion string, optionalDescription ...interface{}) {
|
||||
func vetOptionalDescription(assertion string, optionalDescription ...any) {
|
||||
if len(optionalDescription) == 0 {
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user