Rerun build

pull/731/head
Tigran Saluev 2019-02-09 12:21:52 +03:00 committed by George Lesica
parent 2696ec2b70
commit af4cbaf11d
1 changed files with 1 additions and 1 deletions

View File

@ -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.
}