mirror of
https://github.com/containers/podman.git
synced 2025-12-04 04:09:40 +08:00
fix(deps): update module github.com/onsi/ginkgo/v2 to v2.25.2
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
2
vendor/github.com/onsi/gomega/internal/async_assertion.go
generated
vendored
2
vendor/github.com/onsi/gomega/internal/async_assertion.go
generated
vendored
@@ -452,7 +452,7 @@ func (assertion *AsyncAssertion) match(matcher types.GomegaMatcher, desiredMatch
|
||||
}
|
||||
} else {
|
||||
var fgErr formattedGomegaError
|
||||
if errors.As(actualErr, &fgErr) {
|
||||
if errors.As(matcherErr, &fgErr) {
|
||||
message += fgErr.FormattedGomegaError() + "\n"
|
||||
} else {
|
||||
message += renderError(fmt.Sprintf("The matcher passed to %s returned the following error:", assertion.asyncType), matcherErr)
|
||||
|
||||
Reference in New Issue
Block a user