Change test naming

pull/10346/head
Yanshu Zhao 2021-02-02 21:39:34 +00:00
parent 84e7c47e8a
commit 67458418ca
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ import (
"k8s.io/minikube/pkg/minikube/tests"
)
func TestCliRunnerOnlyPrintOnce(t *testing.T) {
func TestRunCmdWarnSlowOnce(t *testing.T) {
if runtime.GOOS != "linux" {
return
}