bernardolins/fake_server

Fix broken test on Agents using Elixir 1.6+

Closed this issue · 2 comments

Trying to stop a nonexistent agent send an exit signal with :noproc until elixir 1.5 and {:noproc, _} on elixir 1.6+. I think just a try/catch block and don't let the exit to happen at all can solve it.

i would like to help with this one 🤓

Sure, @herbstrith, I will be happy to accept your contribution. :)