Fix tests

This commit is contained in:
Erik Johnston 2018-03-13 10:15:49 +00:00
parent 265b993b8a
commit 6ea27fafad
10 changed files with 22 additions and 21 deletions

View file

@ -81,7 +81,7 @@ class TypingNotificationsTestCase(unittest.TestCase):
"get_current_state_deltas",
]),
state_handler=self.state_handler,
handlers=None,
handlers=Mock(),
notifier=mock_notifier,
resource_for_client=Mock(),
resource_for_federation=self.mock_federation_resource,