mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-06 21:45:50 +01:00
(refs #1286) Fix testcase
This commit is contained in:
@@ -3,7 +3,8 @@ package gitbucket.core.service
|
|||||||
import gitbucket.core.model._
|
import gitbucket.core.model._
|
||||||
import org.scalatest.FunSpec
|
import org.scalatest.FunSpec
|
||||||
|
|
||||||
class PullRequestServiceSpec extends FunSpec with ServiceSpecBase with PullRequestService with IssuesService with AccountService {
|
class PullRequestServiceSpec extends FunSpec with ServiceSpecBase
|
||||||
|
with PullRequestService with IssuesService with AccountService with RepositoryService {
|
||||||
|
|
||||||
def swap(r: (Issue, PullRequest)) = (r._2 -> r._1)
|
def swap(r: (Issue, PullRequest)) = (r._2 -> r._1)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user