Skip to content

Commit

Permalink
Update akka-javasdk/src/main/scala/akka/javasdk/impl/SdkRunner.scala
Browse files Browse the repository at this point in the history
Co-authored-by: Patrik Nordwall <[email protected]>
  • Loading branch information
aludwiko and patriknw authored Jan 16, 2025
1 parent e7be5de commit 7e9f6dc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,7 @@ private final class Sdk(

// service setup + integration test config
val combinedDisabledComponents =
serviceSetup.map(_.disabledComponents().asScala).getOrElse(Nil).toSet ++ disabledComponents
serviceSetup.map(_.disabledComponents().asScala.toSet).getOrElse(Set.empty) ++ disabledComponents

val descriptors =
(eventSourcedEntityDescriptors ++
Expand Down

0 comments on commit 7e9f6dc

Please sign in to comment.