mirror of
https://github.com/status-im/consul.git
synced 2025-01-11 22:34:55 +00:00
ebbd11edbb
Note that the vendor.json is already correct but the actual files were never checked in so report as missing: ``` $ govendor list | grep testify v github.com/stretchr/testify/assert m github.com/stretchr/testify/require ```
6 lines
173 B
Cheetah
6 lines
173 B
Cheetah
{{.CommentWithoutT "a"}}
|
|
func (a *Assertions) {{.DocInfo.Name}}({{.Params}}) {
|
|
if h, ok := a.t.(tHelper); ok { h.Helper() }
|
|
{{.DocInfo.Name}}(a.t, {{.ForwardedParams}})
|
|
}
|