Skip to content

Commit d3e6164

Browse files
npxcompleteboyan-soubachov
authored andcommitted
removed Helper method from TestingT interface
1 parent 045d838 commit d3e6164

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

suite/suite.go

-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ var matchMethod = flag.String("testify.m", "", "regular expression to select tes
1919

2020
type TestingT interface {
2121
Run(name string, f func(t *testing.T)) bool
22-
Helper()
23-
2422
Errorf(format string, args ...interface{})
2523
FailNow()
2624
}

0 commit comments

Comments
 (0)