pjfanning commented on code in PR #759:
URL: https://github.com/apache/pekko-grpc/pull/759#discussion_r3485799988
##########
sbt-plugin/src/sbt-test/scala3/01-basic-client-server/src/test/scala/example/myapp/helloworld/GreeterServiceSpec.scala:
##########
@@ -20,12 +20,14 @@ import pekko.grpc.GrpcClientSettings
import example.myapp.helloworld.grpc._
import org.scalatest.concurrent.ScalaFutures
-import org.scalatest.concurrent.PatienceConfiguration
import org.scalatest.matchers.should.Matchers
import org.scalatest.time.{ Millis, Seconds, Span }
import org.scalatest.wordspec.AnyWordSpec
-class GreeterServiceSpec extends AnyWordSpec with Matchers with ScalaFutures:
+class GreeterServiceSpec extends AnyWordSpec with Matchers with ScalaFutures {
Review Comment:
why change the scala 3 code style here?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]