pjfanning commented on code in PR #3351: URL: https://github.com/apache/pekko/pull/3351#discussion_r3579346238
########## stream-tests/src/test/scala/org/apache/pekko/stream/scaladsl/FlowLimitSpec.scala: ########## @@ -16,6 +16,7 @@ package org.apache.pekko.stream.scaladsl import scala.concurrent.Await import org.apache.pekko +import org.apache.pekko.stream.testkit.scaladsl.TestSink Review Comment: can you fix the import to omit the org.apache bit? -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
