Testing akka typed ask pattern

Hello here,
Any pointers on how to test an akka typed ask pattern ?
something like this

aggegatorService.ask( replyTo:  ActorRef[Client.Response]  => 
  GetCurrentData(
      clientId = 1, 
      replyTo = replyTo)
) onComplete .... 

Cant find any howTos in the documentations.
Thanks in advance

1 Like