mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
Fix room_member storage test
This commit is contained in:
parent
c174d19d1e
commit
e2cebe26e8
@ -64,6 +64,8 @@ class RoomMemberStoreTestCase(unittest.TestCase):
|
||||
|
||||
event.state_events = None
|
||||
event.hashes = {}
|
||||
event.prev_state = {}
|
||||
event.auth_events = {}
|
||||
|
||||
yield self.store.persist_event(
|
||||
event
|
||||
|
Loading…
Reference in New Issue
Block a user