=pro #3759 Changed to using non-deprecated ScalaTest Matchers
This commit is contained in:
parent
b8c7d7badd
commit
003609c9c5
246 changed files with 2822 additions and 2822 deletions
|
|
@ -69,7 +69,7 @@ abstract class RemoteDeploymentDeathWatchSpec
|
|||
runOn(second) {
|
||||
// remote deployment to third
|
||||
val hello = system.actorOf(Props[Hello], "hello")
|
||||
hello.path.address must be(node(third).address)
|
||||
hello.path.address should be(node(third).address)
|
||||
enterBarrier("hello-deployed")
|
||||
|
||||
enterBarrier("third-crashed")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue