diff options
-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 da5b500..e65b3d8 100644 --- a/_pytest/test_everything.py +++ b/_pytest/test_everything.py @@ -40,7 +40,7 @@ def test_process_message(monkeypatch, realish_eventrouter, mock_websocket): print "####################" print notimplemented print "####################" - assert False + assert False |