mirror of
https://github.com/prometheus/prometheus.git
synced 2026-03-17 16:17:55 -04:00
6 lines
143 B
Cheetah
6 lines
143 B
Cheetah
{{.Comment}}
|
|
func {{.DocInfo.Name}}(t TestingT, {{.Params}}) {
|
|
if !assert.{{.DocInfo.Name}}(t, {{.ForwardedParams}}) {
|
|
t.FailNow()
|
|
}
|
|
}
|