1
0
Fork 0
forked from forgejo/forgejo

Remove unused vendor github.com/stretchr/testify/require (#3273)

This commit is contained in:
Antoine GIRARD 2017-12-31 02:11:08 +01:00 committed by Bo-Yi Wu
parent 3850bad4c0
commit d2736e268b
8 changed files with 0 additions and 1727 deletions

View file

@ -1,6 +0,0 @@
{{.Comment}}
func {{.DocInfo.Name}}(t TestingT, {{.Params}}) {
if !assert.{{.DocInfo.Name}}(t, {{.ForwardedParams}}) {
t.FailNow()
}
}