1
1
mirror of https://github.com/go-gitea/gitea synced 2025-01-26 09:34:28 +00:00

7 lines
139 B
Cheetah
Raw Normal View History

2016-12-28 20:03:40 -05:00
{{.Comment}}
func {{.DocInfo.Name}}(t TestingT, {{.Params}}) {
if !assert.{{.DocInfo.Name}}(t, {{.ForwardedParams}}) {
t.FailNow()
}
}