rename AkkaSpec.{atTermination => afterTermination}
This commit is contained in:
parent
ff24be7650
commit
6c31d5313e
15 changed files with 19 additions and 19 deletions
|
|
@ -127,7 +127,7 @@ class MyMailboxSpec extends DurableMailboxSpec("MyStorage", MyMailboxSpec.config
|
|||
override def atStartup() {
|
||||
}
|
||||
|
||||
override def atTermination() {
|
||||
override def afterTermination() {
|
||||
}
|
||||
|
||||
"MyMailbox" must {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue