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 cb81eaf commit b3fae7aCopy full SHA for b3fae7a
models/issue_test.go
@@ -81,7 +81,7 @@ func TestGetParticipantsByIssueID(t *testing.T) {
81
// User 2 only labeled issue1 (see fixtures/comment.yml)
82
// Users 3 and 5 made actual comments (see fixtures/comment.yml)
83
// User 3 is inactive, thus not active participant
84
- checkParticipants(1, []int{5})
+ checkParticipants(1, []int{1, 5})
85
}
86
87
func TestIssue_ClearLabels(t *testing.T) {
0 commit comments