Skip to content
Snippets Groups Projects
Unverified Commit f1097e77 authored by Zay11Zay's avatar Zay11Zay Committed by GitHub
Browse files

Fix the parameters of a test fixture (#7243)

parent fef82f4e
No related branches found
No related tags found
No related merge requests found
Correct the parameters of a test fixture. Contributed by Isaiah Singletary.
...@@ -50,7 +50,7 @@ class EventStreamPermissionsTestCase(unittest.HomeserverTestCase): ...@@ -50,7 +50,7 @@ class EventStreamPermissionsTestCase(unittest.HomeserverTestCase):
return hs return hs
def prepare(self, hs, reactor, clock): def prepare(self, reactor, clock, hs):
# register an account # register an account
self.user_id = self.register_user("sid1", "pass") self.user_id = self.register_user("sid1", "pass")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment