Skip to content

Commit

Permalink
squash! squash! squash! * typo fix
Browse files Browse the repository at this point in the history
 * run sFix
  • Loading branch information
webberaj81 committed Oct 6, 2023
1 parent a5c453c commit 4db602e
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions zio-http/src/test/scala/zio/http/WebSocketConfig.scala
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,13 @@
package zio.http

import zio._
// import zio.test.Assertion.equalTo
import zio.test.TestAspect._
import zio.test.{TestClock, assertCompletes, assertTrue, assertZIO, testClock}

// import zio.http.ChannelEvent.UserEvent.HandshakeComplete
import zio.http.ChannelEvent.{Read, Unregistered, UserEvent, UserEventTriggered}
import zio.http.Client
import zio.http.DnsResolver
import zio.http.internal.{DynamicServer, HttpRunnableSpec, serverTestLayer}
import zio.http.Client
import zio.http.netty.NettyConfig
import zio.http.Client
import zio.http.Client
import zio.http.{Client, DnsResolver}
// import zio.http.netty.NettyConfig

object WebSocketConfigSpec extends HttpRunnableSpec {
Expand Down

0 comments on commit 4db602e

Please sign in to comment.