Skip to content

Commit 35e0f5b

Browse files
authored
Update issue_test.go
to describe why the result is {1} instead of {5, 2, 1}
1 parent ccf7056 commit 35e0f5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/issue_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ func TestIssues(t *testing.T) {
205205
Page: 1,
206206
PageSize: 4,
207207
},
208-
[]int64{1},
208+
[]int64{1}, // issues with **both** label 1 and 2, only issue 1 matches
209209
},
210210
} {
211211
issues, err := Issues(&test.Opts)

0 commit comments

Comments
 (0)