Added fallback to testConfig in AkkaRemoteSpec
This commit is contained in:
parent
392c060530
commit
064a8a7be1
1 changed files with 3 additions and 1 deletions
|
|
@ -26,7 +26,9 @@ object AkkaRemoteSpec {
|
|||
}
|
||||
}
|
||||
|
||||
abstract class AkkaRemoteSpec(config: Config = AkkaRemoteSpec.testConf) extends AkkaSpec(config) with MultiJvmSync {
|
||||
abstract class AkkaRemoteSpec(config: Config)
|
||||
extends AkkaSpec(config.withFallback(AkkaRemoteSpec.testConf))
|
||||
with MultiJvmSync {
|
||||
|
||||
/**
|
||||
* Helper function for accessing the underlying remoting.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue