Update issue_test.go

to describe why the result is {1} instead of {5, 2, 1}
This commit is contained in:
Song Guo 2018-05-22 20:11:03 +08:00 committed by GitHub
parent ccf70563b1
commit 35e0f5b3cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -205,7 +205,7 @@ func TestIssues(t *testing.T) {
Page: 1,
PageSize: 4,
},
[]int64{1},
[]int64{1}, // issues with **both** label 1 and 2, only issue 1 matches
},
} {
issues, err := Issues(&test.Opts)