Skip to content

Commit f76cf50

Browse files
committed
Update PekkoHttpTestWebServer.scala
1 parent f532ee8 commit f76cf50

File tree

1 file changed

+1
-1
lines changed
  • instrumentation/pekko/pekko-http-1.0/javaagent/src/test/scala/io/opentelemetry/javaagent/instrumentation/pekkohttp/v1_0

1 file changed

+1
-1
lines changed

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

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

2020
object PekkoHttpTestWebServer {
2121
implicit val system: ActorSystem = ActorSystem("my-system")
22-
implicit val materializer = ActorMaterializer()
22+
implicit val materializer: ActorMaterializer = ActorMaterializer()
2323
// needed for the future flatMap/onComplete in the end
2424
implicit val executionContext: ExecutionContext = system.dispatcher
2525

0 commit comments

Comments
 (0)