Skip to content

Commit

Permalink
typo fix for template test
Browse files Browse the repository at this point in the history
  • Loading branch information
liyongxin committed Jun 12, 2018
1 parent 98341ab commit 5d2140b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/helm/template_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ func TestTemplateCmd(t *testing.T) {
},
{
name: "check_execute_non_existent",
desc: "verify --execute fails on a template that doesnt exist",
args: []string{subchart1ChartPath, "-x", "templates/thisdoesntexist.yaml"},
desc: "verify --execute fails on a template that doesn't exist",
args: []string{subchart1ChartPath, "-x", "templates/thisdoesn'texist.yaml"},
expectError: "could not find template",
},
{
Expand Down

0 comments on commit 5d2140b

Please sign in to comment.