Merge pull request #1451 from akka/wip-3366-davyJones-patriknw
davyJones should be sender, see #3366
This commit is contained in:
commit
818659ecb0
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ class AkkaSpecSpec extends WordSpec with MustMatchers {
|
|||
system.eventStream.subscribe(davyJones, classOf[DeadLetter])
|
||||
|
||||
val probe = new TestProbe(system)
|
||||
probe.ref ! 42
|
||||
probe.ref.tell(42, davyJones)
|
||||
/*
|
||||
* this will ensure that the message is actually received, otherwise it
|
||||
* may happen that the system.stop() suspends the testActor before it had
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue