mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 09:22:44 +00:00
Merge pull request #78387 from mysunshine92/fix-typo-helper-test
fix typo in helpers_test.go
This commit is contained in:
commit
ad8a8c49b5
@ -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