and fix the double $

This commit is contained in:
Patrik Nordwall 2020-06-29 14:37:48 +02:00
parent 0ea62717bf
commit f6140c75b0

View file

@ -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
}
}
""")