Merge pull request #78387 from mysunshine92/fix-typo-helper-test

fix typo in helpers_test.go
This commit is contained in:
Kubernetes Prow Robot 2019-05-28 07:18:39 -07:00 committed by GitHub
commit ad8a8c49b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -756,7 +756,7 @@ func TestMatchNodeSelectorTerms(t *testing.T) {
// TestMatchNodeSelectorTermsStateless ensures MatchNodeSelectorTerms()
// is invoked in a "stateless" manner, i.e. nodeSelectorTerms should NOT
// be deeply modifed after invoking
// be deeply modified after invoking
func TestMatchNodeSelectorTermsStateless(t *testing.T) {
type args struct {
nodeSelectorTerms []v1.NodeSelectorTerm