diff options
Diffstat (limited to '_pytest/test_slackchannel.py')
-rw-r--r-- | _pytest/test_slackchannel.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_pytest/test_slackchannel.py b/_pytest/test_slackchannel.py index b93c1dd..7d93afc 100644 --- a/_pytest/test_slackchannel.py +++ b/_pytest/test_slackchannel.py @@ -30,4 +30,4 @@ def test_SlackChannel(realish_eventrouter): print c == "dandom" print e.weechat_controller.buffers - assert False + #assert False |