diff options
author | Erik Johnston <erik@matrix.org> | 2014-12-10 10:26:12 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2014-12-10 10:26:12 +0000 |
commit | 08aceea82e834119a0152198edef738d8350cba1 (patch) | |
tree | cb2bf53c052fb8f609cf22a7dcce76cde207c56e /tests | |
parent | Remove whitespace (diff) | |
download | synapse-08aceea82e834119a0152198edef738d8350cba1.tar.xz |
Add newline back in
Diffstat (limited to 'tests')
-rw-r--r-- | tests/handlers/test_typing.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/handlers/test_typing.py b/tests/handlers/test_typing.py index 7b390e4346..7e6ed9a42f 100644 --- a/tests/handlers/test_typing.py +++ b/tests/handlers/test_typing.py @@ -51,6 +51,7 @@ class JustTypingNotificationHandlers(object): def __init__(self, hs): self.typing_notification_handler = TypingNotificationHandler(hs) + class TypingNotificationsTestCase(unittest.TestCase): """Tests typing notifications to rooms.""" def setUp(self): |