1
0
Fork 0
mirror of https://github.com/element-hq/synapse.git synced 2025-03-30 03:15:02 +00:00

erik told me to

This commit is contained in:
Matthew Hodgson 2017-12-04 16:56:25 +00:00
parent 74e0cc74ce
commit 95f8a713dc

View file

@ -58,7 +58,7 @@ class TypingNotificationsTestCase(unittest.TestCase):
self.mock_federation_resource = MockHttpResource()
mock_notifier = Mock(spec=["on_new_event"])
mock_notifier = Mock()
self.on_new_event = mock_notifier.on_new_event
self.auth = Mock(spec=[])