mirror of
https://github.com/element-hq/synapse.git
synced 2024-12-14 11:57:44 +00:00
Fix room_member storage test
This commit is contained in:
parent
c174d19d1e
commit
e2cebe26e8
1 changed files with 2 additions and 0 deletions
|
@ -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 a new issue