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)
|
defer failOnPanic(t)
|
||||||
|
|
||||||
suiteSetupDone := false
|
suiteSetupDone := false
|
||||||
|
|
||||||
methodFinder := reflect.TypeOf(suite)
|
methodFinder := reflect.TypeOf(suite)
|
||||||
tests := []testing.InternalTest{}
|
tests := []testing.InternalTest{}
|
||||||
for index := 0; index < methodFinder.NumMethod(); index++ {
|
for index := 0; index < methodFinder.NumMethod(); index++ {
|
||||||
|
|
|
@ -350,7 +350,7 @@ func TestRunSuite(t *testing.T) {
|
||||||
type SuiteSetupSkipTester struct {
|
type SuiteSetupSkipTester struct {
|
||||||
Suite
|
Suite
|
||||||
|
|
||||||
setUp bool
|
setUp bool
|
||||||
toreDown bool
|
toreDown bool
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue