Wait on shutdown of extra actor systems in tests. See #3217
This commit is contained in:
parent
3bc661bed6
commit
e00ab533bb
84 changed files with 762 additions and 845 deletions
|
|
@ -31,7 +31,7 @@ class MySpec(_system: ActorSystem) extends TestKit(_system) with ImplicitSender
|
|||
import MySpec._
|
||||
|
||||
override def afterAll {
|
||||
system.shutdown()
|
||||
TestKit.shutdownActorSystem(system)
|
||||
}
|
||||
|
||||
"An Echo actor" must {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue