Update stm module to work with AkkaApplication
This commit is contained in:
parent
2381ec54d0
commit
3aadcd7645
32 changed files with 263 additions and 223 deletions
|
|
@ -89,7 +89,7 @@ class TestActor(queue: BlockingDeque[TestActor.Message]) extends Actor with FSM[
|
|||
class TestKit(_app: AkkaApplication = AkkaApplication()) {
|
||||
|
||||
import TestActor.{ Message, RealMessage, NullMessage }
|
||||
|
||||
|
||||
implicit val application = _app
|
||||
implicit val defaultFutureTimeout = _app.AkkaConfig.TIMEOUT
|
||||
implicit val defaultFutureDispatcher = _app.dispatcher
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue