Roiocam commented on code in PR #180: URL: https://github.com/apache/pekko-persistence-jdbc/pull/180#discussion_r1604241037
########## core/src/test/scala/org/apache/pekko/persistence/jdbc/query/JournalDaoStreamMessagesMemoryTest.scala: ########## @@ -15,13 +15,14 @@ package org.apache.pekko.persistence.jdbc.query import com.typesafe.config.{ ConfigValue, ConfigValueFactory } -import org.apache.pekko.persistence.jdbc.query.JournalDaoStreamMessagesMemoryTest.fetchSize -import org.apache.pekko.persistence.{ AtomicWrite, PersistentRepr } -import org.apache.pekko.stream.scaladsl.{ Sink, Source } -import org.apache.pekko.stream.testkit.scaladsl.TestSink -import org.apache.pekko.stream.{ Materializer, SystemMaterializer } +import org.apache.pekko Review Comment: fixed ########## core/src/test/scala/org/apache/pekko/persistence/jdbc/journal/dao/LimitWindowingStreamTest.scala: ########## @@ -20,13 +20,14 @@ package org.apache.pekko.persistence.jdbc.journal.dao import com.typesafe.config.{ ConfigValue, ConfigValueFactory } -import org.apache.pekko.persistence.jdbc.journal.dao.LimitWindowingStreamTest.fetchSize -import org.apache.pekko.persistence.jdbc.query.{ H2Cleaner, QueryTestSpec } -import org.apache.pekko.persistence.{ AtomicWrite, PersistentRepr } -import org.apache.pekko.stream.scaladsl.{ Keep, Sink, Source } -import org.apache.pekko.stream.{ Materializer, SystemMaterializer } +import org.apache.pekko Review Comment: fixed -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@pekko.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@pekko.apache.org For additional commands, e-mail: notifications-h...@pekko.apache.org