From a8b5559b1685ddbad8e3000ac975a25fd85a096e Mon Sep 17 00:00:00 2001 From: Vamshi Maskuri <117595548+varshith257@users.noreply.github.com> Date: Mon, 30 Sep 2024 07:13:57 +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 4017e0085e..47b9fa65ea 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, + ZLayer.succeed(NettyConfig.default), ) @@ sequential @@ withLiveClock }