patch icon indicating copy to clipboard operation
patch copied to clipboard

Silence unexpected messages in mock server

Open hissssst opened this issue 1 year ago • 0 comments

Hey, thanks for this great library!

My testing logs are getting flooded by messages like

Error: 16:14:39.389 [error] Patch.Mock.Server Patch.Mock.Server.For.Some.Module received unexpected message in handle_info/2: {:EXIT, #PID<0.11558.0>, :normal}

This PR overrides default handle_info into a handler which does nothing

PS: Minor version bump and publish would be heavily appreciated.

hissssst avatar Nov 27 '23 16:11 hissssst