rename AkkaSpec.{atTermination => afterTermination}
This commit is contained in:
parent
ff24be7650
commit
6c31d5313e
15 changed files with 19 additions and 19 deletions
|
|
@ -125,7 +125,7 @@ abstract class Ticket1978CommunicationSpec(val cipherConfig: CipherConfig) exten
|
|||
"remote-sys",
|
||||
ConfigFactory.parseString("akka.remote.netty.port=" + cipherConfig.remotePort).withFallback(system.settings.config))
|
||||
|
||||
override def atTermination() {
|
||||
override def afterTermination() {
|
||||
if (cipherConfig.runTest) {
|
||||
other.shutdown()
|
||||
other.awaitTermination()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue