From 7321f45457daec80439423e6f4f44184a345c2b3 Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Wed, 17 Aug 2016 12:03:04 +0100 Subject: Clean up _ServiceQueuer --- tests/appservice/test_scheduler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/appservice/test_scheduler.py') diff --git a/tests/appservice/test_scheduler.py b/tests/appservice/test_scheduler.py index 631a229332..e5a902f734 100644 --- a/tests/appservice/test_scheduler.py +++ b/tests/appservice/test_scheduler.py @@ -193,7 +193,7 @@ class ApplicationServiceSchedulerQueuerTestCase(unittest.TestCase): def setUp(self): self.txn_ctrl = Mock() - self.queuer = _ServiceQueuer(self.txn_ctrl) + self.queuer = _ServiceQueuer(self.txn_ctrl, MockClock()) def test_send_single_event_no_queue(self): # Expect the event to be sent immediately. -- cgit 1.4.1