From 6b0ee050c7fcef2c99b585a148824e07c8a5a68b Mon Sep 17 00:00:00 2001 From: Lee Bontecou Date: Tue, 28 Jan 2020 17:04:04 -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 7474d6c88..659a29673 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",