From c9e6c410516941657357ad9fcbbb20594edef9e8 Mon Sep 17 00:00:00 2001 From: Scott Rigby Date: Sat, 25 Mar 2017 19:59:31 -0400 Subject: [PATCH] Update TestCreateStarterCmd expected templates --- cmd/helm/create_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/helm/create_test.go b/cmd/helm/create_test.go index 80e8dc74a..50cf3b6db 100644 --- a/cmd/helm/create_test.go +++ b/cmd/helm/create_test.go @@ -142,7 +142,7 @@ func TestCreateStarterCmd(t *testing.T) { t.Errorf("Wrong API version: %q", c.Metadata.ApiVersion) } - if l := len(c.Templates); l != 5 { + if l := len(c.Templates); l != 6 { t.Errorf("Expected 5 templates, got %d", l) }