mirror of
https://github.com/status-im/op-geth.git
synced 2025-01-15 17:24:36 +00:00
7 lines
139 B
Cheetah
7 lines
139 B
Cheetah
|
{{.Comment}}
|
||
|
func {{.DocInfo.Name}}(t TestingT, {{.Params}}) {
|
||
|
if !assert.{{.DocInfo.Name}}(t, {{.ForwardedParams}}) {
|
||
|
t.FailNow()
|
||
|
}
|
||
|
}
|