Correct the returned message in reset_test.go

Correct the returned message

Signed-off-by: Sebastien Plisson <sebastien.plisson@gmail.com>
pull/4207/head
AdamDang 8 years ago committed by Sebastien Plisson
parent d72cf164fb
commit 50927b7074

@ -123,7 +123,7 @@ func verifyResetCmd(t *testing.T, tc resetCase) {
}
_, err = os.Stat(home)
if !tc.removeHelmHome && err != nil {
t.Errorf("Helm home directory %s does not exists", home)
t.Errorf("Helm home directory %s does not exist", home)
}
if tc.removeHelmHome && err == nil {
t.Errorf("Helm home directory %s exists", home)

Loading…
Cancel
Save