diff --git a/kustomize/commands/edit/add/addmetadata_test.go b/kustomize/commands/edit/add/addmetadata_test.go index 1671bff75..89b797bdb 100644 --- a/kustomize/commands/edit/add/addmetadata_test.go +++ b/kustomize/commands/edit/add/addmetadata_test.go @@ -376,7 +376,7 @@ func TestAddLabelWithoutSelector(t *testing.T) { }, }, { - name: "add multiple labels without selector", + name: "add multiple labels without selector", baseLabels: []types.Label{}, options: addMetadataOptions{ labelsWithoutSelector: true,