mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-19 08:24:25 +01:00
Fix test
This commit is contained in:
parent
24087bffa9
commit
25634ed152
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ class EventPushActionsStoreTestCase(tests.unittest.TestCase):
|
||||||
)
|
)
|
||||||
yield self.store.runInteraction(
|
yield self.store.runInteraction(
|
||||||
"", self.store._set_push_actions_for_event_and_users_txn,
|
"", self.store._set_push_actions_for_event_and_users_txn,
|
||||||
event,
|
[(event, None)], [(event, None)],
|
||||||
)
|
)
|
||||||
|
|
||||||
def _rotate(stream):
|
def _rotate(stream):
|
||||||
|
|
Loading…
Reference in a new issue