mirror of
https://github.com/open-cluster-management-io/ocm.git
synced 2026-05-24 10:02:57 +00:00
* [generated] go mod tidy/vendor Signed-off-by: yue9944882 <291271447@qq.com> * feature-gate: V1beta1CSRAPICompatibility Signed-off-by: yue9944882 <291271447@qq.com>
7 lines
187 B
Cheetah
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()
|
|
}
|