Skip to content

Commit 56d77e3

Browse files
authored
Remove TestExecutor (zio#748)
1 parent 57f35c6 commit 56d77e3

File tree

6 files changed

+5
-3987
lines changed

6 files changed

+5
-3987
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package zio.redis
22

3-
import zio.{Chunk, IO, ULayer, ZLayer}
3+
import zio.{Chunk, IO, ZLayer}
44

55
trait RedisExecutor {
66
def execute(command: Chunk[RespValue.BulkString]): IO[RedisError, RespValue]
@@ -12,7 +12,4 @@ object RedisExecutor {
1212

1313
lazy val local: ZLayer[Any, RedisError.IOError, RedisExecutor] =
1414
RedisConnectionLive.default >>> SingleNodeExecutor.layer
15-
16-
lazy val test: ULayer[RedisExecutor] =
17-
TestExecutor.layer
1815
}

0 commit comments

Comments
 (0)