mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 02:41:25 +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()
|
// TestMatchNodeSelectorTermsStateless ensures MatchNodeSelectorTerms()
|
||||||
// is invoked in a "stateless" manner, i.e. nodeSelectorTerms should NOT
|
// 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) {
|
func TestMatchNodeSelectorTermsStateless(t *testing.T) {
|
||||||
type args struct {
|
type args struct {
|
||||||
nodeSelectorTerms []v1.NodeSelectorTerm
|
nodeSelectorTerms []v1.NodeSelectorTerm
|
||||||
|
Loading…
Reference in New Issue
Block a user