Skip to content

Commit 0d7a550

Browse files
committed
Add test for getting contributors
1 parent 7222516 commit 0d7a550

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

bot/test/PRServiceTests.scala

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,4 +159,9 @@ class PRServiceTests extends PullRequestService {
159159

160160
assert(respondToComment(issueComment).run.status.code == 200)
161161
}
162+
163+
@Test def canGetContributors = {
164+
val contributors = withClient(getContributors(_))
165+
assert(contributors.contains("felixmulder"))
166+
}
162167
}

0 commit comments

Comments
 (0)