From 017877f5e9b6bbc223c7c316d1d39dad1f80bcb8 Mon Sep 17 00:00:00 2001 From: Vamshi Maskuri <117595548+varshith257@users.noreply.github.com> Date: Sun, 29 Sep 2024 22:13:20 +0530 Subject: [PATCH] fmt --- zio-http/jvm/src/test/scala/zio/http/ServerSpec.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 28dd6be3d6..c1d98fa535 100644 --- a/zio-http/jvm/src/test/scala/zio/http/ServerSpec.scala +++ b/zio-http/jvm/src/test/scala/zio/http/ServerSpec.scala @@ -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 }