Skip to content

Commit

Permalink
added (returned #{inspect value})
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfilatov authored Feb 20, 2024
1 parent 7d83f66 commit 3b36638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mock.ex
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ defmodule Mock do
message: """
Expected call but did not receive it. Calls which were captured:\n\n#{calls}.
\n
Expected call: #{unquoted_module}.#{unquoted_f}(#{unquote_args |> Enum.map(&Kernel.inspect/1) |> Enum.join(",")})
Expected call: #{unquoted_module}.#{unquoted_f}(#{unquote_args |> Enum.map(&Kernel.inspect/1) |> Enum.join(",")}) (returned #{inspect value})
"""
end
end
Expand Down

0 comments on commit 3b36638

Please sign in to comment.