0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-10-01 14:09:09 +02:00
This commit is contained in:
Erik Johnston 2018-02-20 12:40:44 +00:00
parent 24087bffa9
commit 25634ed152

View file

@ -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):