Adding addressTerminated to UntrustedSpec
This commit is contained in:
parent
64c2383596
commit
972f669c87
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ akka.loglevel = DEBUG
|
|||
}
|
||||
|
||||
"discard harmful messages to testActor" in {
|
||||
target2 ! Terminated(target1)(existenceConfirmed = true)
|
||||
target2 ! Terminated(target1)(existenceConfirmed = true, addressTerminated = false)
|
||||
expectMsgType[Logging.Debug]
|
||||
target2 ! PoisonPill
|
||||
expectMsgType[Logging.Debug]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue