@@ -209,13 +209,13 @@ func searchIssueIsPull(t *testing.T) {
209209 SearchOptions {
210210 IsPull : optional .Some (false ),
211211 },
212- []int64 {17 , 16 , 15 , 14 , 13 , 6 , 5 , 18 , 10 , 7 , 4 , 1 },
212+ []int64 {25 , 24 , 23 , 17 , 16 , 15 , 14 , 13 , 6 , 5 , 18 , 10 , 7 , 4 , 1 },
213213 },
214214 {
215215 SearchOptions {
216216 IsPull : optional .Some (true ),
217217 },
218- []int64 {22 , 21 , 12 , 11 , 20 , 19 , 9 , 8 , 3 , 2 },
218+ []int64 {22 , 21 , 28 , 27 , 26 , 12 , 11 , 20 , 19 , 9 , 8 , 3 , 2 },
219219 },
220220 }
221221 for _ , test := range tests {
@@ -236,7 +236,7 @@ func searchIssueIsClosed(t *testing.T) {
236236 SearchOptions {
237237 IsClosed : optional .Some (false ),
238238 },
239- []int64 {22 , 21 , 17 , 16 , 15 , 14 , 13 , 12 , 11 , 20 , 6 , 19 , 18 , 10 , 7 , 9 , 8 , 3 , 2 , 1 },
239+ []int64 {25 , 24 , 23 , 22 , 21 , 28 , 27 , 26 , 17 , 16 , 15 , 14 , 13 , 12 , 11 , 20 , 6 , 19 , 18 , 10 , 7 , 9 , 8 , 3 , 2 , 1 },
240240 },
241241 {
242242 SearchOptions {
@@ -302,7 +302,7 @@ func searchIssueByLabelID(t *testing.T) {
302302 SearchOptions {
303303 ExcludedLabelIDs : []int64 {1 },
304304 },
305- []int64 {22 , 21 , 17 , 16 , 15 , 14 , 13 , 12 , 11 , 20 , 6 , 5 , 19 , 18 , 10 , 7 , 4 , 9 , 8 , 3 },
305+ []int64 {25 , 24 , 23 , 22 , 21 , 28 , 27 , 26 , 17 , 16 , 15 , 14 , 13 , 12 , 11 , 20 , 6 , 5 , 19 , 18 , 10 , 7 , 4 , 9 , 8 , 3 },
306306 },
307307 }
308308 for _ , test := range tests {
@@ -323,7 +323,7 @@ func searchIssueByTime(t *testing.T) {
323323 SearchOptions {
324324 UpdatedAfterUnix : optional .Some (int64 (0 )),
325325 },
326- []int64 {22 , 21 , 17 , 16 , 15 , 14 , 13 , 12 , 11 , 20 , 6 , 5 , 19 , 18 , 10 , 7 , 4 , 9 , 8 , 3 , 2 , 1 },
326+ []int64 {25 , 24 , 23 , 22 , 21 , 28 , 27 , 26 , 17 , 16 , 15 , 14 , 13 , 12 , 11 , 20 , 6 , 5 , 19 , 18 , 10 , 7 , 4 , 9 , 8 , 3 , 2 , 1 },
327327 },
328328 }
329329 for _ , test := range tests {
@@ -344,7 +344,7 @@ func searchIssueWithOrder(t *testing.T) {
344344 SearchOptions {
345345 SortBy : internal .SortByCreatedAsc ,
346346 },
347- []int64 {1 , 2 , 3 , 8 , 9 , 4 , 7 , 10 , 18 , 19 , 5 , 6 , 20 , 11 , 12 , 13 , 14 , 15 , 16 , 17 , 21 , 22 },
347+ []int64 {1 , 2 , 3 , 8 , 9 , 4 , 7 , 10 , 18 , 19 , 5 , 6 , 20 , 11 , 12 , 13 , 14 , 15 , 16 , 17 , 26 , 27 , 28 , 21 , 22 , 23 , 24 , 25 },
348348 },
349349 }
350350 for _ , test := range tests {
@@ -401,8 +401,8 @@ func searchIssueWithPaginator(t *testing.T) {
401401 PageSize : 5 ,
402402 },
403403 },
404- []int64 {22 , 21 , 17 , 16 , 15 },
405- 22 ,
404+ []int64 {25 , 24 , 23 , 22 , 21 },
405+ 28 ,
406406 },
407407 }
408408 for _ , test := range tests {
0 commit comments