1
0
mirror of https://github.com/rclone/rclone.git synced 2025-12-29 14:43:24 +00:00
Files
rclone/vendor/github.com/stretchr/testify/require/require.go.tmpl
2016-11-19 10:22:36 +00:00

7 lines
139 B
Cheetah

{{.Comment}}
func {{.DocInfo.Name}}(t TestingT, {{.Params}}) {
if !assert.{{.DocInfo.Name}}(t, {{.ForwardedParams}}) {
t.FailNow()
}
}