spiegel_podman/vendor/github.com/stretchr/testify/require/require.go.tmpl
renovate[bot] 1a4c83d7ab
Update module github.com/sirupsen/logrus to v1.10.1
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-08-19 10:29:18 +00:00

6 lines
194 B
Cheetah

{{.CommentRequire}}
func {{.DocInfo.Name}}(t TestingT, {{.Params}}) {
if h, ok := t.(tHelper); ok { h.Helper() }
if assert.{{.DocInfo.Name}}(t, {{.ForwardedParams}}) { return }
t.FailNow()
}