You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pekko.apache.org by md...@apache.org on 2023/01/15 10:44:25 UTC

[incubator-pekko-connectors-kafka] branch main updated: drop private return type

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 <se...@seanglover.com>
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: commits-unsubscribe@pekko.apache.org
For additional commands, e-mail: commits-help@pekko.apache.org