mirror of
https://github.com/helm/helm.git
synced 2026-05-28 04:35:48 -04:00
remove debug statements
Signed-off-by: Althaf M <althafm@outlook.com>
This commit is contained in:
parent
10d267ed8b
commit
57d85993cb
1 changed files with 0 additions and 3 deletions
|
|
@ -18,7 +18,6 @@ import (
|
|||
"encoding/json"
|
||||
"os"
|
||||
"path/filepath"
|
||||
"reflect"
|
||||
"sort"
|
||||
"strconv"
|
||||
"testing"
|
||||
|
|
@ -256,7 +255,6 @@ func TestProcessDependencyImportValues(t *testing.T) {
|
|||
default:
|
||||
if pv != vv {
|
||||
t.Errorf("failed to match imported string value %q with expected %q for key %q", pv, vv, kk)
|
||||
t.Error(reflect.TypeOf(pv))
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -333,7 +331,6 @@ func TestProcessDependencyImportValuesMultiLevelPrecedence(t *testing.T) {
|
|||
default:
|
||||
if pv != vv {
|
||||
t.Errorf("failed to match imported string value %q with expected %q", pv, vv)
|
||||
t.Error(reflect.TypeOf(pv))
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue