aboutsummaryrefslogtreecommitdiff
path: root/bot/test/PRServiceTests.scala
diff options
context:
space:
mode:
Diffstat (limited to 'bot/test/PRServiceTests.scala')
-rw-r--r--bot/test/PRServiceTests.scala1
1 files changed, 0 insertions, 1 deletions
diff --git a/bot/test/PRServiceTests.scala b/bot/test/PRServiceTests.scala
index 202c721e6..08155d59d 100644
--- a/bot/test/PRServiceTests.scala
+++ b/bot/test/PRServiceTests.scala
@@ -21,7 +21,6 @@ class PRServiceTests extends PullRequestService {
.map(_.mkString)
.getOrElse(throw new Exception(s"resource not found: $r"))
-
@Test def canUnmarshalIssueJson = {
val json = getResource("/test-pr.json")
val issue: Issue = decode[Issue](json) match {