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

seanglover pushed a commit to branch seglo/prep-scalafmt
in repository 
https://gitbox.apache.org/repos/asf/incubator-pekko-connectors-kafka.git

commit 81ee9ad94995c4b0d79a5a0ea1990e65c2f7e6e2
Author: Sean Glover <[email protected]>
AuthorDate: Sat Jan 14 22:52:35 2023 -0500

    drop private return type
---
 .../test/scala/akka/kafka/internal/CommitCollectorStageSpec.scala    | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git 
a/tests/src/test/scala/akka/kafka/internal/CommitCollectorStageSpec.scala 
b/tests/src/test/scala/akka/kafka/internal/CommitCollectorStageSpec.scala
index f4863658..1d54d41e 100644
--- a/tests/src/test/scala/akka/kafka/internal/CommitCollectorStageSpec.scala
+++ b/tests/src/test/scala/akka/kafka/internal/CommitCollectorStageSpec.scala
@@ -406,10 +406,7 @@ class CommitCollectorStageSpec(_system: ActorSystem)
 
   private def streamProbesWithOffsetFactory(
       committerSettings: CommitterSettings
-  ): (TestPublisher.Probe[Committable],
-      Consumer.Control,
-      TestSubscriber.Probe[CommittableOffsetBatch],
-      TestOffsetFactory) = {
+  ) = {
     val (source, control, sink) = streamProbes(committerSettings)
     val factory = TestOffsetFactory(new TestBatchCommitter(committerSettings))
     (source, control, sink, factory)


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

Reply via email to