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

@@ -32,9 +32,6 @@ func (p presence) toElem(num uint32) (ret *uint32) {
// Present checks for the presence of a specific field number in a presence set.
func (p presence) Present(num uint32) bool {
if p.P == nil {
return false
}
return Export{}.Present(p.toElem(num), num)
}