mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 10:51:29 +00:00
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:
commit
d0fc41d105
@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user