Merge pull request #109324 from wppzxc/fix-output

Fix: test case wrong output in cmd/kubeadm/app/cmd/completion_test.go
This commit is contained in:
Kubernetes Prow Robot
2022-05-03 19:31:14 -07:00
committed by GitHub

View File

@@ -39,7 +39,7 @@ func TestNewCmdCompletion(t *testing.T) {
cmd := newCmdCompletion(&out, "")
parentCmd.AddCommand(cmd)
if err := parentCmd.Execute(); err != nil {
t.Errorf("Cannot exectute newCmdCompletion: %v", err)
t.Errorf("Cannot execute newCmdCompletion: %v", err)
}
}