Skip to content

Commit

Permalink
fix compile
Browse files Browse the repository at this point in the history
  • Loading branch information
Roiocam committed Mar 20, 2024
1 parent 2bc9f54 commit 5e44c38
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -80,7 +80,7 @@ class LoggingDocSpec extends ScalaTestWithActorTestKit with AnyWordSpecLike with

"allow registration to dead letters from start up" in {
// #deadletters
val system = ActorSystem(Behaviors.setup[Void] { context =>
ActorSystem(Behaviors.setup[Void] { context =>
context.spawn(DeadLetterListener(), "DeadLetterListener", Props.empty)
Behaviors.empty
}, "System")
Expand Down

0 comments on commit 5e44c38

Please sign in to comment.