mirror of https://github.com/stretchr/testify.git
Fix code not gofmtd
parent
7369010b35
commit
3b0d317f67
|
@ -84,7 +84,7 @@ func Run(t *testing.T, suite TestingSuite) {
|
|||
defer failOnPanic(t)
|
||||
|
||||
suiteSetupDone := false
|
||||
|
||||
|
||||
methodFinder := reflect.TypeOf(suite)
|
||||
tests := []testing.InternalTest{}
|
||||
for index := 0; index < methodFinder.NumMethod(); index++ {
|
||||
|
|
|
@ -350,7 +350,7 @@ func TestRunSuite(t *testing.T) {
|
|||
type SuiteSetupSkipTester struct {
|
||||
Suite
|
||||
|
||||
setUp bool
|
||||
setUp bool
|
||||
toreDown bool
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue