mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 12:43:23 +00:00
Merge pull request #109001 from wppzxc/master
Fix: Correct spelling mistakes in cmd/kubeadm/app/cmd/phases/workflow/runner_test.go
This commit is contained in:
commit
9423ea4c1e
@ -403,7 +403,7 @@ func TestBindToCommandArgRequirements(t *testing.T) {
|
|||||||
|
|
||||||
// Ensure it is the expected function
|
// Ensure it is the expected function
|
||||||
if reflect.ValueOf(cCmd.Args).Pointer() != reflect.ValueOf(args.args).Pointer() {
|
if reflect.ValueOf(cCmd.Args).Pointer() != reflect.ValueOf(args.args).Pointer() {
|
||||||
t.Error("The function poiners where not equal.")
|
t.Error("The function pointers where not equal.")
|
||||||
}
|
}
|
||||||
|
|
||||||
// Test passing argument set
|
// Test passing argument set
|
||||||
|
Loading…
Reference in New Issue
Block a user