We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bc9f54 commit 5e44c38Copy full SHA for 5e44c38
akka-actor-typed-tests/src/test/scala/akka/actor/typed/eventstream/LoggingDocSpec.scala
@@ -80,7 +80,7 @@ class LoggingDocSpec extends ScalaTestWithActorTestKit with AnyWordSpecLike with
80
81
"allow registration to dead letters from start up" in {
82
// #deadletters
83
- val system = ActorSystem(Behaviors.setup[Void] { context =>
+ ActorSystem(Behaviors.setup[Void] { context =>
84
context.spawn(DeadLetterListener(), "DeadLetterListener", Props.empty)
85
Behaviors.empty
86
}, "System")
0 commit comments