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:
parent
0d76eb4eeb
commit
8015a0c0c8
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue