mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 12:26:02 -04:00
Fix unit tests
This commit is contained in:
parent
6ff8c87484
commit
e440e28456
2 changed files with 7 additions and 5 deletions
|
@ -71,7 +71,7 @@ class EventPushActionsStoreTestCase(tests.unittest.TestCase):
|
|||
event.depth = stream
|
||||
|
||||
yield self.store.add_push_actions_to_staging(
|
||||
event.event_id, user_id, action,
|
||||
event.event_id, {user_id: action},
|
||||
)
|
||||
yield self.store.runInteraction(
|
||||
"", self.store._set_push_actions_for_event_and_users_txn,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue