Skip to content

Instantly share code, notes, and snippets.

@edgurgel
Created August 28, 2014 12:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save edgurgel/cffca0ed68496e0f0fd3 to your computer and use it in GitHub Desktop.
Save edgurgel/cffca0ed68496e0f0fd3 to your computer and use it in GitHub Desktop.
1) test assert received when different message having more than 10 on mailbox (ExUnit.AssertionsTest)
test/ex_unit/assertions_test.exs:108
No message matching :hello. Process mailbox (11): {:message, 1}
{:message, 2}
{:message, 3}
{:message, 4}
{:message, 5}
{:message, 6}
{:message, 7}
{:message, 8}
{:message, 9}
{:message, 10}
Showing only 10 first messages.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment