Skip to content

Commit eb3152e

Browse files
committed
ActorMaterializer class not accessible
1 parent cc1c157 commit eb3152e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

http-core/src/test/scala/org/apache/pekko/http/scaladsl/TestServer.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ object TestServer extends App {
4545
val settings = ActorMaterializerSettings(system)
4646
// .withSyncProcessingLimit(Int.MaxValue)
4747
.withInputBuffer(128, 128)
48-
implicit val fm: ActorMaterializer = ActorMaterializer(settings)
48+
implicit val fm: Materializer = ActorMaterializer(settings)
4949
try {
5050
val binding = Http().newServerAt("localhost", 9001).bindSync {
5151
case req @ HttpRequest(GET, Uri.Path("/"), _, _, _) =>

0 commit comments

Comments
 (0)