1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-10-31 08:37:35 -04:00
gitea/vendor/github.com/stretchr/testify/require/require_forward.go.tmpl

5 lines
127 B
Cheetah
Raw Normal View History

2016-12-28 20:03:40 -05:00
{{.CommentWithoutT "a"}}
func (a *Assertions) {{.DocInfo.Name}}({{.Params}}) {
{{.DocInfo.Name}}(a.t, {{.ForwardedParams}})
}