Fix tests

This commit is contained in:
Erik Johnston 2016-11-21 11:53:02 +00:00
parent 7c9cdb2245
commit 524d61bf7e
4 changed files with 24 additions and 7 deletions

View file

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