mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-02-10 14:00:38 +00:00
Need to pick up the mock spewconfig settings to ignore pointer address differences. Signed-off-by: Andy Goldstein <andy.goldstein@gmail.com>
7 lines
139 B
Cheetah
7 lines
139 B
Cheetah
{{.Comment}}
|
|
func {{.DocInfo.Name}}(t TestingT, {{.Params}}) {
|
|
if !assert.{{.DocInfo.Name}}(t, {{.ForwardedParams}}) {
|
|
t.FailNow()
|
|
}
|
|
}
|