fix typo in helpers_test.go

This commit is contained in:
yameiwang 2019-05-28 03:29:38 +08:00
parent da31c50da1
commit 81d25371e8

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