spelling: nonexistent

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
pull/9410/head
Josh Soref 5 years ago
parent 58b25a5315
commit b2343db115

@ -96,7 +96,7 @@ func TestResolve(t *testing.T) {
{
name: "repo from invalid local path",
req: []*chart.Dependency{
{Name: "notexist", Repository: "file://testdata/notexist", Version: "0.1.0"},
{Name: "nonexistent", Repository: "file://testdata/nonexistent", Version: "0.1.0"},
},
err: true,
},
@ -255,7 +255,7 @@ func TestGetLocalPath(t *testing.T) {
},
{
name: "invalid local path",
repo: "file://testdata/notexist",
repo: "file://testdata/nonexistent",
chartpath: "testdata/chartpath",
err: true,
},

Loading…
Cancel
Save