Fix golint failures for e2e/windows

This commit is contained in:
danielqsj
2019-02-25 11:41:27 +08:00
parent 4b1282d925
commit cee02e62b7
4 changed files with 26 additions and 26 deletions

View File

@@ -18,6 +18,7 @@ package windows
import "github.com/onsi/ginkgo"
// SIGDescribe annotates the test with the SIG label.
func SIGDescribe(text string, body func()) bool {
return ginkgo.Describe("[sig-windows] "+text, body)
}