removed Version from create tests as output schema and values aren't tested

pull/1816/head
Lachlan Evenson 8 years ago
parent 2e0f949d49
commit 4d5cf66308
No known key found for this signature in database
GPG Key ID: 40B69FE8539DFAB0

@ -32,7 +32,7 @@ func TestCreate(t *testing.T) {
}
defer os.RemoveAll(tdir)
cf := &chart.Metadata{Name: "foo", Version: "1.0.0+a056a76"}
cf := &chart.Metadata{Name: "foo"}
c, err := Create(cf, tdir)
if err != nil {
@ -83,7 +83,7 @@ func TestCreateFrom(t *testing.T) {
}
defer os.RemoveAll(tdir)
cf := &chart.Metadata{Name: "foo", Version: "1.0.0+a056a76"}
cf := &chart.Metadata{Name: "foo"}
srcdir := "./testdata/mariner"
if err := CreateFrom(cf, tdir, srcdir); err != nil {

Loading…
Cancel
Save