mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-20 10:20:51 +00:00
fix typo in helpers_test.go
This commit is contained in:
parent
da31c50da1
commit
81d25371e8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user