1
0
mirror of https://github.com/stretchr/testify.git synced 2025-04-27 13:13:19 +00:00

Rerun build

This commit is contained in:
Tigran Saluev 2019-02-09 12:21:52 +03:00 committed by George Lesica
parent 2696ec2b70
commit af4cbaf11d

@ -265,7 +265,7 @@ func (suite *SuiteSkipTester) SetupSuite() {
}
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)
// it is necessary to add at least one test method.
}