Skip to content

Commit

Permalink
chore: fix typo pekkko (apache#255)
Browse files Browse the repository at this point in the history
Co-authored-by: laglangyue <[email protected]>
  • Loading branch information
laglangyue and laglangyue authored Apr 5, 2024
1 parent a280374 commit 0ff646c
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ class GrpcInteropIoWithPekkoNettyScalaSpec extends GrpcInteropTests(Servers.IoGr
class GrpcInteropIoWithPekkoNettyScalaWithSslContextSpec
extends GrpcInteropTests(Servers.IoGrpc, Clients.PekkoNetty.ScalaWithSslContext)
class GrpcInteropIoWithPekkoNettyJavaSpec extends GrpcInteropTests(Servers.IoGrpc, Clients.PekkoNetty.Java)
class GrpcInteropIoWithPekkkoHttpScalaSpec extends GrpcInteropTests(Servers.IoGrpc, Clients.PekkoHttp.Scala)
class GrpcInteropIoWithPekkkoHttpScalaWithSslContextSpec
class GrpcInteropIoWithPekkoHttpScalaSpec extends GrpcInteropTests(Servers.IoGrpc, Clients.PekkoHttp.Scala)
class GrpcInteropIoWithPekkoHttpScalaWithSslContextSpec
extends GrpcInteropTests(Servers.IoGrpc, Clients.PekkoHttp.ScalaWithSslContext)
//class GrpcInteropIoWithPekkoHttpJavaSpec extends GrpcInteropTests(Servers.IoGrpc, Clients.PekkoHttp.Java)

Expand Down Expand Up @@ -57,7 +57,7 @@ object Clients {
}
object PekkoHttp {
// FIXME: let's have Scala stable and we'll do Java later.
// val Java = PekkoHttpClientProviderJava
// val Java = PekkoHttpClientProviderJava$
val Scala = new PekkoClientProviderScala("pekko-http", false)
val ScalaWithSslContext = new PekkoClientProviderScala("pekko-http", true)
}
Expand Down

0 comments on commit 0ff646c

Please sign in to comment.