Skip to content

Commit 391613f

Browse files
committed
ignore exists' dsl factories differneces
1 parent 3b664f1 commit 391613f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Diff for: stream-tests/src/test/scala/org/apache/pekko/stream/DslFactoriesConsistencySpec.scala

+3-2
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,9 @@ class DslFactoriesConsistencySpec extends AnyWordSpec with Matchers {
4141
"futureFlow", // completionStageFlow
4242
"futureSink", // completionStageSink
4343
"lazyFutureSink", // lazyCompletionStageSink
44-
"createGraph" // renamed/overload of create for getting type inference working in Scala 3
45-
)
44+
"createGraph", // renamed/overload of create for getting type inference working in Scala 3
45+
// We box Scala Boolean to Java Boolean for better user experience
46+
"exists")
4647

4748
val javaIgnore =
4849
Set("adapt") // the scaladsl -> javadsl bridge

0 commit comments

Comments
 (0)