!tes #3544 Added 'system' as default parameter to the shutdown method on
TestKit
This commit is contained in:
parent
a04a784121
commit
e045c537a3
7 changed files with 7 additions and 7 deletions
|
|
@ -656,7 +656,7 @@ trait TestKitBase {
|
|||
*
|
||||
* If verifySystemShutdown is true, then an exception will be thrown on failure.
|
||||
*/
|
||||
def shutdown(actorSystem: ActorSystem,
|
||||
def shutdown(actorSystem: ActorSystem = system,
|
||||
duration: Duration = 5.seconds.dilated.min(10.seconds),
|
||||
verifySystemShutdown: Boolean = false) {
|
||||
TestKit.shutdownActorSystem(actorSystem, duration, verifySystemShutdown)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue