some minor wording updates (#31326)

This commit is contained in:
Arnout Engelen 2022-04-11 16:13:47 +02:00 committed by GitHub
parent d823b8838e
commit 34df60a22f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 8 additions and 8 deletions

View file

@ -1247,7 +1247,7 @@ abstract class PersistentActorSpec(config: Config) extends PersistenceSpec(confi
acks should equal(expectedAcks)
}
"reply to the original sender() of a command, even when using persistAsync" in {
// sanity check, the setting of sender() for PersistentRepl is handled by PersistentActor currently
// the setting of sender() for PersistentRepl is handled by PersistentActor currently
// but as we want to remove it soon, keeping the explicit test here.
val persistentActor = asyncPersistThreeTimesPersistentActor