actually fix test!

This commit is contained in:
Denys Konovalov 2024-01-22 13:43:10 +01:00
parent 74043f7b4c
commit 4475c4f6fc
No known key found for this signature in database
GPG Key ID: 0037E1B0E33BD2C9

View File

@ -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",