Skip to content

Commit b3fae7a

Browse files
committed
ajust test
1 parent cb81eaf commit b3fae7a

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
@@ -81,7 +81,7 @@ func TestGetParticipantsByIssueID(t *testing.T) {
8181
// User 2 only labeled issue1 (see fixtures/comment.yml)
8282
// Users 3 and 5 made actual comments (see fixtures/comment.yml)
8383
// User 3 is inactive, thus not active participant
84-
checkParticipants(1, []int{5})
84+
checkParticipants(1, []int{1, 5})
8585
}
8686

8787
func TestIssue_ClearLabels(t *testing.T) {

0 commit comments

Comments
 (0)