commit-msg/vendor/github.com/stretchr/testify/assert/assertion_forward.go.tmpl
kekskurse a84f6cd4ce
Some checks failed
/ Release (push) Failing after 29s
feat: add commit validator
2023-07-24 13:25:24 +02:00

5 lines
185 B
Cheetah

{{.CommentWithoutT "a"}}
func (a *Assertions) {{.DocInfo.Name}}({{.Params}}) bool {
if h, ok := a.t.(tHelper); ok { h.Helper() }
return {{.DocInfo.Name}}(a.t, {{.ForwardedParams}})
}