+per #15279 FSM for PersistentActor
This commit is contained in:
parent
122fdedd08
commit
09b6abd614
22 changed files with 3595 additions and 16 deletions
|
|
@ -510,7 +510,7 @@ object PersistentActorSpec {
|
|||
|
||||
}
|
||||
|
||||
abstract class PersistentActorSpec(config: Config) extends AkkaSpec(config) with PersistenceSpec with ImplicitSender {
|
||||
abstract class PersistentActorSpec(config: Config) extends PersistenceSpec(config) with ImplicitSender {
|
||||
import PersistentActorSpec._
|
||||
|
||||
override protected def beforeEach() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue