This is an automated email from the ASF dual-hosted git repository. fanningpj pushed a commit to branch remove-materializer in repository https://gitbox.apache.org/repos/asf/incubator-pekko-persistence-cassandra.git
commit 29348476729c18866baa0669c2ab747324d0a656 Author: PJ Fanning <[email protected]> AuthorDate: Mon Oct 30 10:46:49 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]
