1
0
mirror of https://github.com/rancher/steve.git synced 2025-08-01 23:03:28 +00:00
steve/vendor/github.com/stretchr/testify/assert/assertion_format.go.tmpl
Darren Shepherd cc1e4e52a0 Update vendor
2020-02-21 22:19:07 -07:00

6 lines
184 B
Cheetah

{{.CommentFormat}}
func {{.DocInfo.Name}}f(t TestingT, {{.ParamsFormat}}) bool {
if h, ok := t.(tHelper); ok { h.Helper() }
return {{.DocInfo.Name}}(t, {{.ForwardedParamsFormat}})
}