mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-13 01:50:55 +00:00
Improve comments in name transform code.
This commit is contained in:
@@ -381,7 +381,7 @@ func TestFilterBy(t *testing.T) {
|
||||
for name, test := range tests {
|
||||
test := test
|
||||
t.Run(name, func(t *testing.T) {
|
||||
got := test.resMap.ResourcesThatCouldReference(test.filter)
|
||||
got := test.resMap.SubsetThatCouldBeReferencedBy(test.filter)
|
||||
err := test.expected.ErrorIfNotEqualSets(got)
|
||||
if err != nil {
|
||||
t.Fatalf("Expected %v but got back %v", test.expected, got)
|
||||
|
||||
Reference in New Issue
Block a user