You must log in or register to comment.
But on unit test, you’re testing that specific function. How the other function works, should not be our concerns, just handle the mock based on contract or expected output
For testing the whole flow, should use other tests like Integration tests