mirror of https://github.com/stretchr/testify.git
Rerun build
parent
2696ec2b70
commit
af4cbaf11d
|
@ -265,7 +265,7 @@ func (suite *SuiteSkipTester) SetupSuite() {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (suite *SuiteSkipTester) TestNothing() {
|
func (suite *SuiteSkipTester) TestNothing() {
|
||||||
// SetupSuite is only called when at least one test satisfies
|
// SetupSuite() is only called when at least one test satisfies
|
||||||
// test filter. For this suite to be set up (and then tore down)
|
// test filter. For this suite to be set up (and then tore down)
|
||||||
// it is necessary to add at least one test method.
|
// it is necessary to add at least one test method.
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue