fix a comment

pull/11826/head
Ilya Zuyev 2021-06-29 16:52:00 -07:00
parent d982fa3db8
commit e109e9dd62
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ func getSHAFromURL(url string) (string, error) {
return hex.EncodeToString(b[:]), nil
}
// TestBetaReleasesJSON checks if all *GA* releases
// TestReleasesJSON checks if all *GA* releases
// enlisted in https://storage.googleapis.com/minikube/releases.json
// are available to download and have correct hashsum
func TestReleasesJSON(t *testing.T) {