We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1e77e0 commit 4eb82b3Copy full SHA for 4eb82b3
entities/src/test/scala/com/devsisters/shardcake/BroadcastingSpec.scala
@@ -14,7 +14,7 @@ import scala.util.Success
14
object BroadcastingSpec extends DefaultRunnableSpec {
15
16
private val layer =
17
- (Clock.live ++ Random.live ++ ZLayer.succeed(Config.default) >+>
+ (Clock.live ++ Random.live ++ ZLayer.succeed(Config.default.copy(simulateRemotePods = true)) >+>
18
ShardManagerClient.local ++ Logging.debug ++ Pods.noop ++ Storage.memory ++ Serialization.javaSerialization >+>
19
Sharding.live).mapError(TestFailure.fail)
20
0 commit comments