Skip to content

Instantly share code, notes, and snippets.

@ihumanable
Created November 23, 2021 00:32
Test Output (Mock 3)
~/src/discord > mix test
1) test send_message/1 errors on invalid messages (Discord.Test)
test/discord_test.exs:7
Assertion with == failed
code: assert {:error, :bad} == Discord.send_message(%Message{})
left: {:error, :bad}
right: :ok
stacktrace:
test/discord_test.exs:9: (test)
3 tests, 1 failure
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment