Commit bccf6f04 authored by Taylor Thomas's avatar Taylor Thomas Committed by GitHub

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

fix(helm): fix broken unit test
parents 9abc419b 257f1209
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment