Skip to content

Commit dca7be2

Browse files
npxcompleteboyan-soubachov
authored andcommitted
updated TestingSuite interface to use TestingT
1 parent d3e6164 commit dca7be2

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

suite/interfaces.go

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
package suite
22

3-
import "testing"
4-
53
// TestingSuite can store and return the current *testing.T context
64
// generated by 'go test'.
75
type TestingSuite interface {
8-
T() *testing.T
9-
SetT(*testing.T)
6+
T() TestingT
7+
SetT(TestingT)
108
}
119

1210
// SetupAllSuite has a SetupSuite method, which will run before the

0 commit comments

Comments
 (0)