diff --git a/tests/handlers/test_typing.py b/tests/handlers/test_typing.py index 7b390e4346745c6a7338cf6d99e710a3d28de13b..7e6ed9a42fd8bcf0ced4075447606e15df563f6f 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):