mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-15 06:01:50 +00:00
Fix: Correct spelling mistakes in cmd/kubeadm/app/cmd/phases/workflow/runner_test.go
This commit is contained in:
@@ -403,7 +403,7 @@ func TestBindToCommandArgRequirements(t *testing.T) {
|
||||
|
||||
// Ensure it is the expected function
|
||||
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
|
||||
|
Reference in New Issue
Block a user