Skip to content

Commit

Permalink
Fix flake8 whitespace issues
Browse files Browse the repository at this point in the history
  • Loading branch information
d-lord committed May 26, 2019
1 parent 842d074 commit f5ebca8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/test_crisis.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
from test.conftest import MockUQCSBot, TEST_CHANNEL_ID


def test_crisis_keyword(uqcsbot: MockUQCSBot):
'''
Ensure !crisis returns the intended resource
Expand All @@ -19,6 +20,7 @@ def test_mentalhealth_keyword(uqcsbot: MockUQCSBot):
assert len(messages) == 2
assert "campus security" in messages[-1]['text'].lower()


def test_emergency_keyword(uqcsbot: MockUQCSBot):
'''
Ensure !emergency also does the needful
Expand Down

0 comments on commit f5ebca8

Please sign in to comment.