mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
Fix test.
This commit is contained in:
parent
4354590a69
commit
3d2cca6762
@ -262,7 +262,7 @@ class MemoryDataStore(object):
|
||||
return defer.succeed("invite")
|
||||
|
||||
def get_ops_levels(self, room_id):
|
||||
return defer.succeed((5, 5))
|
||||
return defer.succeed((5, 5, 5))
|
||||
|
||||
|
||||
def _format_call(args, kwargs):
|
||||
|
Loading…
Reference in New Issue
Block a user