vendor: github.com/stretchr/testify v1.10.0

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2025-01-13 17:54:58 +01:00
parent 807d15ff9d
commit 8c2759f6ae
15 changed files with 630 additions and 267 deletions

View File

@ -6,7 +6,7 @@ type TestingT interface {
FailNow()
}
type tHelper interface {
type tHelper = interface {
Helper()
}