1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-16 07:18:37 +00:00

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()
}
}