mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-11 01:41:54 -04:00
fix failed verify misspell err
This commit is contained in:
parent
3fe980f8ed
commit
c26293b848
1 changed files with 1 additions and 1 deletions
|
|
@ -314,7 +314,7 @@ func TestValidateServiceCommonGeneratorV1(t *testing.T) {
|
|||
}
|
||||
}
|
||||
if err == nil && len(test.expectErr) != 0 {
|
||||
t.Errorf("validate:%s Expected sucess, Got err: %v", test.name, err)
|
||||
t.Errorf("validate:%s Expected success, Got err: %v", test.name, err)
|
||||
}
|
||||
})
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue