Signed-off-by: George Jenkins <gvjenkins@gmail.com>
@ -621,20 +621,20 @@ func TestIgnoreSkippableChartValidationError(t *testing.T) {
if tc.Input == nil {
if result != nil {
t.Error("")
t.Error("expected nil result for nil input")
}
return
if tc.ErrorSkipped {
t.Error("expected nil result for skipped error")
if tc.Input != result {
t.Error("expected the result equal to input")
})