From af4cbaf11d7b28737d9eb09f73b6e9784d76a7f7 Mon Sep 17 00:00:00 2001 From: Tigran Saluev Date: Sat, 9 Feb 2019 12:21:52 +0300 Subject: [PATCH] Rerun build --- suite/suite_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/suite/suite_test.go b/suite/suite_test.go index d576b81..210dec2 100644 --- a/suite/suite_test.go +++ b/suite/suite_test.go @@ -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. }