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:
Kubernetes Prow Robot
2022-03-28 06:45:00 -07:00
committed by GitHub

View File

@@ -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