Merge pull request #75150 from qingsenLi/k8s190308-fix-faild

fix typo 'Faild'
k3s-v1.15.3
Kubernetes Prow Robot 2019-03-20 00:54:35 -07:00 committed by GitHub
commit 11ee8244ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ func TestPodMatchesTermsNamespaceAndSelector(t *testing.T) {
fakeTestPod.Labels = test.podLabels
realValue := PodMatchesTermsNamespaceAndSelector(fakeTestPod, fakeNamespaces, fakeSelector)
assert.EqualValuesf(t, test.expectedResult, realValue, "Faild to test: %s", test.name)
assert.EqualValuesf(t, test.expectedResult, realValue, "Failed to test: %s", test.name)
})
}