• Matt Butcher's avatar
    fix(helm): fix broken unit test · 257f1209
    Matt Butcher authored
    I recently added a test to check the sorting of search results.
    Unfortunately, the test didn't actually sort the results (_sigh_), so
    it was failing occasionally on map ordering.
    
    This adds the sort function that is supposed to be tested.
    
    Closes #1925
    257f1209
search_test.go 6.57 KB