5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2025-02-16 20:09:14 +00:00
2019-09-07 22:46:58 +02:00

7 lines
187 B
Cheetah

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