=tes Use ConversionCheckedTripleEquals

This commit is contained in:
Patrik Nordwall 2015-01-16 11:09:59 +01:00
parent 142d9a51af
commit 30df518421
196 changed files with 2275 additions and 2266 deletions

View file

@ -72,7 +72,7 @@ class ClusterClientSpec extends MultiNodeSpec(ClusterClientSpec) with STMultiNod
def awaitCount(expected: Int): Unit = {
awaitAssert {
DistributedPubSubExtension(system).mediator ! DistributedPubSubMediator.Count
expectMsgType[Int] should be(expected)
expectMsgType[Int] should ===(expected)
}
}
@ -145,7 +145,7 @@ class ClusterClientSpec extends MultiNodeSpec(ClusterClientSpec) with STMultiNod
runOn(client) {
// note that "hi" was sent to 2 "serviceB"
receiveN(3).toSet should be(Set("hello", "hi"))
receiveN(3).toSet should ===(Set("hello", "hi"))
}
{ //not used, only demo