From 81d25371e89eefaaf221f3a717a2f74732fd35f1 Mon Sep 17 00:00:00 2001 From: yameiwang Date: Tue, 28 May 2019 03:29:38 +0800 Subject: [PATCH] fix typo in helpers_test.go --- pkg/apis/core/v1/helper/helpers_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/apis/core/v1/helper/helpers_test.go b/pkg/apis/core/v1/helper/helpers_test.go index f7b459245bd..9345be35af1 100644 --- a/pkg/apis/core/v1/helper/helpers_test.go +++ b/pkg/apis/core/v1/helper/helpers_test.go @@ -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