This is an automated email from the ASF dual-hosted git repository.

fanningpj pushed a commit to branch remove-materializer-1
in repository 
https://gitbox.apache.org/repos/asf/incubator-pekko-persistence-cassandra.git

commit c5722589ff1282fc750bf33a878905a74ece7e58
Author: PJ Fanning <[email protected]>
AuthorDate: Mon Oct 30 10:53:21 2023 +0000

    remove ActorMaterializer
---
 .../pekko/cluster/persistence/cassandra/EventsByTagMultiJvmSpec.scala   | 2 --
 1 file changed, 2 deletions(-)

diff --git 
a/core/src/multi-jvm/scala/org/apache/pekko/cluster/persistence/cassandra/EventsByTagMultiJvmSpec.scala
 
b/core/src/multi-jvm/scala/org/apache/pekko/cluster/persistence/cassandra/EventsByTagMultiJvmSpec.scala
index 26133e9..f1545e6 100644
--- 
a/core/src/multi-jvm/scala/org/apache/pekko/cluster/persistence/cassandra/EventsByTagMultiJvmSpec.scala
+++ 
b/core/src/multi-jvm/scala/org/apache/pekko/cluster/persistence/cassandra/EventsByTagMultiJvmSpec.scala
@@ -16,7 +16,6 @@ import pekko.persistence.cassandra.testkit.CassandraLauncher
 import pekko.persistence.journal.Tagged
 import pekko.persistence.query.{ NoOffset, PersistenceQuery }
 import pekko.remote.testkit.{ MultiNodeConfig, MultiNodeSpec }
-import pekko.stream.ActorMaterializer
 import pekko.stream.testkit.TestSubscriber
 import pekko.stream.testkit.scaladsl.TestSink
 import org.scalatest.matchers.should.Matchers
@@ -100,7 +99,6 @@ abstract class EventsByTagMultiJvmSpec
 
     "be readable across nodes" in {
 
-      implicit val materializer: ActorMaterializer = 
ActorMaterializer()(system)
       val queryJournal = 
PersistenceQuery(system).readJournalFor[CassandraReadJournal](CassandraReadJournal.Identifier)
 
       var readers: Seq[(Int, TestSubscriber.Probe[(String, Int)])] = Nil


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to