Created
August 28, 2014 12:14
-
-
Save edgurgel/cffca0ed68496e0f0fd3 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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