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) }