Update after reviw

Review comments:
- https://github.com/helm/helm/pull/6611#discussion_r332745703

Signed-off-by: Martin Hickey <martin.hickey@ie.ibm.com>
pull/6611/head
Martin Hickey 6 years ago
parent 6008422f0d
commit 41ef5cb7fd

@ -97,7 +97,7 @@ func TestResolve(t *testing.T) {
},
},
{
name: "repo from valid path under charts path",
name: "repo from invalid path under charts path",
req: []*chart.Dependency{
{Name: "nonexistentdependency", Repository: "", Version: "0.1.0"},
},

Loading…
Cancel
Save