We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a37efd commit 7b64df5Copy full SHA for 7b64df5
models/issues/issue_test.go
@@ -155,8 +155,9 @@ func TestIssues(t *testing.T) {
155
}{
156
{
157
issues_model.IssuesOptions{
158
- AssigneeID: 1,
159
- SortType: "oldest",
+ ListOptions: db.ListOptionsAll,
+ AssigneeID: 1,
160
+ SortType: "oldest",
161
},
162
[]int64{1, 6},
163
@@ -193,6 +194,7 @@ func TestIssues(t *testing.T) {
193
194
195
196
197
198
MilestoneIDs: []int64{1},
199
200
[]int64{2},
0 commit comments