Skip to content

Commit 4eb82b3

Browse files
committed
Make test same as 2.x
1 parent a1e77e0 commit 4eb82b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entities/src/test/scala/com/devsisters/shardcake/BroadcastingSpec.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import scala.util.Success
1414
object BroadcastingSpec extends DefaultRunnableSpec {
1515

1616
private val layer =
17-
(Clock.live ++ Random.live ++ ZLayer.succeed(Config.default) >+>
17+
(Clock.live ++ Random.live ++ ZLayer.succeed(Config.default.copy(simulateRemotePods = true)) >+>
1818
ShardManagerClient.local ++ Logging.debug ++ Pods.noop ++ Storage.memory ++ Serialization.javaSerialization >+>
1919
Sharding.live).mapError(TestFailure.fail)
2020

0 commit comments

Comments
 (0)