Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mfridman committed May 3, 2024
1 parent eb06e45 commit 6ef3328
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/gooseutil/resolve_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ func TestResolveVersions(t *testing.T) {

t.Run("sort_ascending", func(t *testing.T) {
got := []int64{5, 3, 4, 2, 1}
SortAscending(got)
sortAscending(got)
require.Equal(t, []int64{1, 2, 3, 4, 5}, got)
})
}

0 comments on commit 6ef3328

Please sign in to comment.