From eb96f3f0ca387560e5d030b162fcfd3879c30290 Mon Sep 17 00:00:00 2001 From: Lee Bontecou Date: Tue, 28 Jan 2020 17:04:37 -0600 Subject: [PATCH] Update template_test.go Signed-off-by: Lee Bontecou --- cmd/helm/template_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/helm/template_test.go b/cmd/helm/template_test.go index 659a29673..dc7987d01 100644 --- a/cmd/helm/template_test.go +++ b/cmd/helm/template_test.go @@ -93,8 +93,8 @@ func TestTemplateCmd(t *testing.T) { name: "template with show-only multiple", cmd: fmt.Sprintf("template '%s' --show-only templates/service.yaml --show-only charts/subcharta/templates/service.yaml", chartPath), golden: "output/template-show-only-multiple.txt", - }, - { + }, + { name: "sorted output of manifests (order of filenames, then order of objects within each YAML file)", cmd: fmt.Sprintf("template '%s'", "testdata/testcharts/object-order"), golden: "output/object-order.txt",