diff options
author | Tollef Fog Heen <tfheen@err.no> | 2015-08-29 16:54:48 +0200 |
---|---|---|
committer | Tollef Fog Heen <tfheen@err.no> | 2015-08-29 16:54:48 +0200 |
commit | 91de1da5254690e5b3c4d4b2f952d0351e74cd76 (patch) | |
tree | 3ee9c23e02addf88e004946b6ba63b4b7d805de1 /_pytest | |
parent | ae93a2670c0faba8f6a73463fb14d411343b2c60 (diff) | |
download | wee-slack-91de1da5254690e5b3c4d4b2f952d0351e74cd76.tar.gz |
Whitespace cleanup
Diffstat (limited to '_pytest')
-rw-r--r-- | _pytest/test_process_message.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/_pytest/test_process_message.py b/_pytest/test_process_message.py index 6c58336..a8cf9a2 100644 --- a/_pytest/test_process_message.py +++ b/_pytest/test_process_message.py @@ -33,8 +33,3 @@ def test_process_message(slack_debug, monkeypatch, myservers, mychannels, myuser print called # assert called['buffer_prnt'] == 2 # assert called['buffer_prnt_changed'] == 1 - - - - - |