From e9d8fcce35ed10f6cfb2403bd156ce98e6daa76a Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Thu, 23 Aug 2018 00:37:14 +0200 Subject: make it work --- tests/storage/test_monthly_active_users.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/storage/test_monthly_active_users.py') diff --git a/tests/storage/test_monthly_active_users.py b/tests/storage/test_monthly_active_users.py index a8912b7618..f9e0cf7937 100644 --- a/tests/storage/test_monthly_active_users.py +++ b/tests/storage/test_monthly_active_users.py @@ -32,6 +32,7 @@ class MonthlyActiveUsersTestCase(tests.unittest.TestCase): self.store = self.hs.get_datastore() self.hs.config.mau_trial_days = 0 + @tests.unittest.DEBUG @defer.inlineCallbacks def test_initialise_reserved_users(self): self.hs.config.max_mau_value = 5 -- cgit 1.5.1