From dd4d39f6d258bbc9d147ccf5a396e7318e7c9a69 Mon Sep 17 00:00:00 2001 From: shrutiverma97 Date: Wed, 26 Jan 2022 18:16:04 +0530 Subject: [PATCH] minor changes --- docs/website/docs/v1.x/getting-started.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/website/docs/v1.x/getting-started.md b/docs/website/docs/v1.x/getting-started.md index 32b70e0fff..ad7f3a07d2 100644 --- a/docs/website/docs/v1.x/getting-started.md +++ b/docs/website/docs/v1.x/getting-started.md @@ -88,13 +88,9 @@ val app = Http.collectZIO[Request] { ``` ### Testing -<<<<<<< HEAD Since `Http` is a function of the form `A => ZIO[R, Option[E], B]` to test it you can simply call an `Http` like a function. -======= -ZIO HTTP provides a `zhttp-test` package for use in unit tests. You can utilize it as follows: ->>>>>>> 25679348 (fix: getting started) ```scala import zio.test._ import zhttp.http._