From e411a9d01e1c6e67c2ad413342b0e52efab0d5ca Mon Sep 17 00:00:00 2001 From: Ryan Huber Date: Wed, 8 Feb 2017 08:43:48 -0800 Subject: team join fixed + test --- _pytest/test_everything.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_pytest/test_everything.py') 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 -- cgit