Testing with childworkflow

I have a workflow that waits for signals and starts childworkflows as a reaction to a signal. I’m trying to write tests for this but am unable. I tried mocking with OnWorkflow but I get the same issue. Is there any good solution for this ?

This is my test:

This is the workflow:

nvm solved it by
image