diff options
author | Matthew Hodgson <matthew@matrix.org> | 2018-08-23 00:46:58 +0200 |
---|---|---|
committer | Matthew Hodgson <matthew@matrix.org> | 2018-08-23 00:46:58 +0200 |
commit | 6aeedb25bc3ffdca573207582f0abf696f630bdc (patch) | |
tree | 93f780831f1c2da4056f1d2beb2769cded7d2f15 | |
parent | fudge around postgres & sqlite having different booleans (diff) | |
download | synapse-6aeedb25bc3ffdca573207582f0abf696f630bdc.tar.xz |
remove debugging
-rw-r--r-- | tests/storage/test_monthly_active_users.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/storage/test_monthly_active_users.py b/tests/storage/test_monthly_active_users.py index f9e0cf7937..a8912b7618 100644 --- a/tests/storage/test_monthly_active_users.py +++ b/tests/storage/test_monthly_active_users.py @@ -32,7 +32,6 @@ 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 |