mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-06 12:14:12 -04:00
Move pdu and event persistence into a single persist_event function
This commit is contained in:
parent
66a4d33524
commit
64e2a5d58e
4 changed files with 36 additions and 50 deletions
|
@ -58,7 +58,7 @@ class FederationTestCase(unittest.TestCase):
|
|||
self.mock_persistence = Mock(spec=[
|
||||
"get_current_state_for_context",
|
||||
"get_pdu",
|
||||
"persist_pdu",
|
||||
"persist_event",
|
||||
"update_min_depth_for_context",
|
||||
"prep_send_transaction",
|
||||
"delivered_txn",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue