mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 21:14:52 -04:00
Fix tests
This commit is contained in:
parent
7c9cdb2245
commit
524d61bf7e
4 changed files with 24 additions and 7 deletions
|
@ -259,6 +259,9 @@ class TransactionQueue(object):
|
|||
self._attempt_new_transaction, destination
|
||||
)
|
||||
|
||||
def get_current_token(self):
|
||||
return 0
|
||||
|
||||
@defer.inlineCallbacks
|
||||
def _attempt_new_transaction(self, destination):
|
||||
# list of (pending_pdu, deferred, order)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue