Skip to content

Commit f532ee8

Browse files
committed
Update PekkoHttpTestSyncWebServer.scala
1 parent 4b76a9b commit f532ee8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

instrumentation/pekko/pekko-http-1.0/javaagent/src/test/scala/io/opentelemetry/javaagent/instrumentation/pekkohttp/v1_0/PekkoHttpTestSyncWebServer.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import scala.concurrent.{Await, ExecutionContext}
2222

2323
object PekkoHttpTestSyncWebServer {
2424
implicit val system: ActorSystem = ActorSystem("my-system")
25-
implicit val materializer = ActorMaterializer()
25+
implicit val materializer: ActorMaterializer = ActorMaterializer()
2626
// needed for the future flatMap/onComplete in the end
2727
implicit val executionContext: ExecutionContext = system.dispatcher
2828
val syncHandler: HttpRequest => HttpResponse = {

0 commit comments

Comments
 (0)