mirror of
https://github.com/go-gitea/gitea.git
synced 2025-08-22 16:18:01 +00:00
actually fix test!
This commit is contained in:
parent
74043f7b4c
commit
4475c4f6fc
@ -92,7 +92,7 @@ func TestProjectsSort(t *testing.T) {
|
||||
}{
|
||||
{
|
||||
sortType: "default",
|
||||
wants: []int64{1, 3, 2, 4, 5, 6},
|
||||
wants: []int64{1, 3, 2, 6, 5, 4},
|
||||
},
|
||||
{
|
||||
sortType: "oldest",
|
||||
@ -100,7 +100,7 @@ func TestProjectsSort(t *testing.T) {
|
||||
},
|
||||
{
|
||||
sortType: "recentupdate",
|
||||
wants: []int64{1, 3, 2, 4, 5, 6},
|
||||
wants: []int64{1, 3, 2, 6, 5, 4},
|
||||
},
|
||||
{
|
||||
sortType: "leastupdate",
|
||||
|
Loading…
Reference in New Issue
Block a user