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:
renovate[bot]
2025-08-28 18:34:59 +00:00
committed by GitHub
parent 43305b6cc4
commit 3d4f8153be
43 changed files with 12507 additions and 358 deletions

View File

@@ -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)