and fix the double $
This commit is contained in:
parent
0ea62717bf
commit
f6140c75b0
1 changed files with 2 additions and 2 deletions
|
|
@ -78,10 +78,10 @@ class ActorSystemSpec
|
|||
|
||||
akka.actor {
|
||||
serializers {
|
||||
test = "akka.cluster.typed.ActorSystemSpec$$TestSerializer"
|
||||
test = "akka.cluster.typed.ActorSystemSpec$TestSerializer"
|
||||
}
|
||||
serialization-bindings {
|
||||
"akka.cluster.typed.ActorSystemSpec$$TestMessage" = test
|
||||
"akka.cluster.typed.ActorSystemSpec$TestMessage" = test
|
||||
}
|
||||
}
|
||||
""")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue