Skip to content

Commit

Permalink
removed Helper method from TestingT interface
Browse files Browse the repository at this point in the history
  • Loading branch information
npxcomplete authored and boyan-soubachov committed Jan 29, 2020
1 parent 045d838 commit d3e6164
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions suite/suite.go
Original file line number Diff line number Diff line change
Expand Up @@ -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()
}
Expand Down

0 comments on commit d3e6164

Please sign in to comment.