mirror of
https://github.com/Threnklyn/jira.git
synced 2026-05-22 22:08:30 +02:00
7 lines
143 B
Cheetah
7 lines
143 B
Cheetah
{{.Comment}}
|
|
func {{.DocInfo.Name}}(t TestingT, {{.Params}}) {
|
|
if !assert.{{.DocInfo.Name}}(t, {{.ForwardedParams}}) {
|
|
t.FailNow()
|
|
}
|
|
}
|