aboutsummaryrefslogtreecommitdiff
path: root/bot/test
diff options
context:
space:
mode:
authorOlivier Blanvillain <olivier.blanvillain@gmail.com>2017-02-13 10:08:01 +0100
committerFelix Mulder <felix.mulder@gmail.com>2017-02-13 10:53:46 +0100
commit35337eabfa00eb3db09438623aaf825076121ff1 (patch)
tree8a02617989018118f807c5af54a1641b81b50e17 /bot/test
parentc1836497af19e809ffb60017b28416a68467fa10 (diff)
downloaddotty-35337eabfa00eb3db09438623aaf825076121ff1.tar.gz
dotty-35337eabfa00eb3db09438623aaf825076121ff1.tar.bz2
dotty-35337eabfa00eb3db09438623aaf825076121ff1.zip
Use `.pure` at use site instead of warpping with Task.now
Diffstat (limited to 'bot/test')
-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 {