I have written a small application, but there is a problem that my app doesn't wait for my actors to stop, and stops them before their actions are completed. I
I'm trying to test determine that my actor spawned a child with the right parameters. There is testKit.expectEffect(Spawned(behavior,name,props)) But it's i