mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 21:35:52 +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 ```
8 lines
183 B
Cheetah
8 lines
183 B
Cheetah
{{.Comment}}
|
|
func {{.DocInfo.Name}}(t TestingT, {{.Params}}) {
|
|
if h, ok := t.(tHelper); ok { h.Helper() }
|
|
if !assert.{{.DocInfo.Name}}(t, {{.ForwardedParams}}) {
|
|
t.FailNow()
|
|
}
|
|
}
|