mirror of
https://github.com/go-gitea/gitea.git
synced 2025-09-10 04:08:16 +00:00
@@ -66,7 +66,6 @@ func TestPullRequestsNewest(t *testing.T) {
|
||||
},
|
||||
State: "open",
|
||||
SortType: "newest",
|
||||
Labels: []string{},
|
||||
})
|
||||
assert.NoError(t, err)
|
||||
assert.EqualValues(t, 3, count)
|
||||
@@ -113,7 +112,6 @@ func TestPullRequestsOldest(t *testing.T) {
|
||||
},
|
||||
State: "open",
|
||||
SortType: "oldest",
|
||||
Labels: []string{},
|
||||
})
|
||||
assert.NoError(t, err)
|
||||
assert.EqualValues(t, 3, count)
|
||||
|
Reference in New Issue
Block a user