removed Helper method from TestingT interface

pull/881/head
Keynan Pratt 2020-01-29 08:07:23 +11:00 committed by Boyan Soubachov
parent 045d838faf
commit d3e61647c0
1 changed files with 0 additions and 2 deletions

View File

@ -19,8 +19,6 @@ var matchMethod = flag.String("testify.m", "", "regular expression to select tes
type TestingT interface {
Run(name string, f func(t *testing.T)) bool
Helper()
Errorf(format string, args ...interface{})
FailNow()
}