Update issue_test.go
to describe why the result is {1} instead of {5, 2, 1}
This commit is contained in:
parent
ccf70563b1
commit
35e0f5b3cc
|
|
@ -205,7 +205,7 @@ func TestIssues(t *testing.T) {
|
||||||
Page: 1,
|
Page: 1,
|
||||||
PageSize: 4,
|
PageSize: 4,
|
||||||
},
|
},
|
||||||
[]int64{1},
|
[]int64{1}, // issues with **both** label 1 and 2, only issue 1 matches
|
||||||
},
|
},
|
||||||
} {
|
} {
|
||||||
issues, err := Issues(&test.Opts)
|
issues, err := Issues(&test.Opts)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user