Skip to content

Commit 5e44c38

Browse files
committed
fix compile
1 parent 2bc9f54 commit 5e44c38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

akka-actor-typed-tests/src/test/scala/akka/actor/typed/eventstream/LoggingDocSpec.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ class LoggingDocSpec extends ScalaTestWithActorTestKit with AnyWordSpecLike with
8080

8181
"allow registration to dead letters from start up" in {
8282
// #deadletters
83-
val system = ActorSystem(Behaviors.setup[Void] { context =>
83+
ActorSystem(Behaviors.setup[Void] { context =>
8484
context.spawn(DeadLetterListener(), "DeadLetterListener", Props.empty)
8585
Behaviors.empty
8686
}, "System")

0 commit comments

Comments
 (0)