Cleanup more state in PersistenceSpec

This commit is contained in:
Matthew de Detrich 2023-07-07 10:09:17 +02:00 committed by Matthew de Detrich
parent 23becc4565
commit 17403a4faa

View file

@ -90,6 +90,7 @@ object PersistenceSpec {
trait Cleanup { this: PekkoSpec =>
val storageLocations =
List("pekko.persistence.snapshot-store.local.dir",
"pekko.persistence.journal.leveldb.dir",
"pekko.persistence.journal.leveldb-shared.store.dir").map(s => new File(system.settings.config.getString(s)))
override protected def atStartup(): Unit = {