paragraph is not a dollar. I promise.

This commit is contained in:
Viktor Klang 2012-11-04 02:57:30 +01:00
parent e53370f173
commit 8eec825f18

View file

@ -46,7 +46,7 @@ class LocalActorRefProviderSpec extends AkkaSpec(LocalActorRefProviderSpec.confi
def receive = {
case "lookup"
if (childName == child.path.name) sender ! context.actorFor(childName)
else sender ! s"§childName is not ${child.path.name}!"
else sender ! s"$childName is not ${child.path.name}!"
}
}))
a.tell("lookup", testActor)