remove failure note on require-comments

pull/1610/head
Simon Schulte 2024-10-15 13:54:51 +02:00
parent bc04bb85a2
commit 3b2754b72f
2 changed files with 0 additions and 237 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,4 @@
{{ replace .Comment "assert." "require."}}
// Failure of this check is fatal ([testing.T.FailNow] is called on failure).
func {{.DocInfo.Name}}(t TestingT, {{.Params}}) {
if h, ok := t.(tHelper); ok { h.Helper() }
if assert.{{.DocInfo.Name}}(t, {{.ForwardedParams}}) { return }