=pro #3759 Changed to using non-deprecated ScalaTest Matchers

This commit is contained in:
Björn Antonsson 2013-12-17 14:25:56 +01:00
parent b8c7d7badd
commit 003609c9c5
246 changed files with 2822 additions and 2822 deletions

View file

@ -156,7 +156,7 @@ abstract class Ticket1978CommunicationSpec(val cipherConfig: CipherConfig) exten
}
val f = for (i 1 to 1000) yield here ? (("ping", i)) mapTo classTag[((String, Int), ActorRef)]
Await.result(Future.sequence(f), timeout.duration).map(_._1._1).toSet must be(Set("pong"))
Await.result(Future.sequence(f), timeout.duration).map(_._1._1).toSet should be(Set("pong"))
}
} else {