From 39e5510be65136402ede854e3166889435893c5e Mon Sep 17 00:00:00 2001 From: Vamshi Maskuri <117595548+varshith257@users.noreply.github.com> Date: Sun, 29 Sep 2024 22:09:15 +0530 Subject: [PATCH] fmt --- zio-http/jvm/src/test/scala/zio/http/ServerSpec.scala | 1 + 1 file changed, 1 insertion(+) diff --git a/zio-http/jvm/src/test/scala/zio/http/ServerSpec.scala b/zio-http/jvm/src/test/scala/zio/http/ServerSpec.scala index 81aa0fcbfc..28dd6be3d6 100644 --- a/zio-http/jvm/src/test/scala/zio/http/ServerSpec.scala +++ b/zio-http/jvm/src/test/scala/zio/http/ServerSpec.scala @@ -543,6 +543,7 @@ object ServerSpec extends RoutesRunnableSpec { ZLayer.succeed(configApp), Server.customized, Client.default, + NettyConfig.live // Add this line to provide the NettyConfig layer ) @@ sequential @@ withLiveClock }