Merge pull request #1926 from technosophos/fix/1925-broken-search-test

fix(helm): fix broken unit test
pull/1928/head
Taylor Thomas 8 years ago committed by GitHub
commit bccf6f046c

@ -139,6 +139,7 @@ func TestAddRepo_Sort(t *testing.T) {
if err != nil {
t.Fatal(err)
}
SortScore(sr)
ch := sr[0]
expect := "1.2.3"

Loading…
Cancel
Save