fix(deps): update module github.com/stretchr/testify to v1.11.0

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-08-24 17:50:23 +00:00
committed by GitHub
parent 3548ae1caf
commit 413eea885b
16 changed files with 544 additions and 243 deletions

View File

@@ -1,5 +1,9 @@
// Package assert provides a set of comprehensive testing tools for use with the normal Go testing system.
//
// # Note
//
// All functions in this package return a bool value indicating whether the assertion has passed.
//
// # Example Usage
//
// The following is a complete example using assert in a standard test function: