Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
varshith257 committed Sep 29, 2024
1 parent 39e5510 commit 017877f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zio-http/jvm/src/test/scala/zio/http/ServerSpec.scala
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ object ServerSpec extends RoutesRunnableSpec {
ZLayer.succeed(configApp),
Server.customized,
Client.default,
NettyConfig.live // Add this line to provide the NettyConfig layer
NettyConfig.default // Add this line to provide the NettyConfig layer
) @@ sequential @@ withLiveClock

}

0 comments on commit 017877f

Please sign in to comment.