Remove unused import in PersistenceTestKitDurableStateStoreSpec (#31012)

* fails in Scala 2.12 build
* PersistenceTestKitDurableStateStoreSpec.scala:13:48: imported `PersistenceTestKitDurableStateStore` is permanently hidden by definition of object PersistenceTestKitDurableStateStore in package scaladsl
This commit is contained in:
Patrik Nordwall 2021-12-23 06:28:02 +01:00 committed by GitHub
parent 0d76eb4eeb
commit 8015a0c0c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,6 @@ import akka.actor.testkit.typed.scaladsl.ScalaTestWithActorTestKit
import akka.persistence.query.NoOffset
import akka.persistence.query.Sequence
import akka.persistence.query.UpdatedDurableState
import akka.persistence.testkit.state.scaladsl.PersistenceTestKitDurableStateStore
import akka.persistence.testkit.PersistenceTestKitDurableStateStorePlugin
import akka.stream.scaladsl.Sink
import akka.stream.testkit.scaladsl.TestSink