Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Support registered names in mock (#683)
In some situations, the pid_holder is a registered proces (e.g, MyApp.Supervisor). Process.info/1 does not support this, so we have to use Process.whereis/1 to resolve the actual pid. This small issue was introduced between 1.9 and 1.10.
- Loading branch information