Update TestCreateStarterCmd expected templates

pull/2188/head
Scott Rigby 8 years ago
parent 37fd7df627
commit c9e6c41051

@ -142,7 +142,7 @@ func TestCreateStarterCmd(t *testing.T) {
t.Errorf("Wrong API version: %q", c.Metadata.ApiVersion) 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) t.Errorf("Expected 5 templates, got %d", l)
} }

Loading…
Cancel
Save