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

mdedetrich pushed a commit to branch main
in repository 
https://gitbox.apache.org/repos/asf/incubator-pekko-connectors-kafka.git


The following commit(s) were added to refs/heads/main by this push:
     new 96a09210 drop private return type
96a09210 is described below

commit 96a09210f8ff265062985a8c27c09782907281d7
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