elixir_mock icon indicating copy to clipboard operation
elixir_mock copied to clipboard

Bad messaging when call verification fails for matchers

Open wanderanimrod opened this issue 8 years ago • 0 comments

Test

refute_called mock.some_fn(Mockex.Matchers.any())

Message

Did not expect get({:matches, #Function<0.115935979/1 in Mockex.Matchers.InBuilt.any/1>}) to be called but it was.

wanderanimrod avatar May 20 '17 06:05 wanderanimrod