diff options
author | Ryan Huber <rhuber@gmail.com> | 2017-02-08 08:43:48 -0800 |
---|---|---|
committer | Ryan Huber <rhuber@gmail.com> | 2017-02-08 08:43:48 -0800 |
commit | e411a9d01e1c6e67c2ad413342b0e52efab0d5ca (patch) | |
tree | 5f551644db95d94eacf277813143bf36c93106dc /_pytest/test_everything.py | |
parent | 9ba8a72431f961dbfa210c082a7f75cd0239f543 (diff) | |
download | wee-slack-e411a9d01e1c6e67c2ad413342b0e52efab0d5ca.tar.gz |
team join fixed + test
Diffstat (limited to '_pytest/test_everything.py')
-rw-r--r-- | _pytest/test_everything.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_pytest/test_everything.py b/_pytest/test_everything.py index 1abfa42..a121541 100644 --- a/_pytest/test_everything.py +++ b/_pytest/test_everything.py @@ -44,7 +44,7 @@ def test_process_message(monkeypatch, realish_eventrouter, mock_websocket): print "####################" print len(eventrouter.queue) -# assert False + #assert False |