mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-01-21 08:51:03 -05:00
fix test, update constructor call
This commit is contained in:
parent
00f99f74b1
commit
c4ffbecb68
@ -15,7 +15,7 @@ class MonthlyActiveUsersTestCase(tests.unittest.TestCase):
|
|||||||
@defer.inlineCallbacks
|
@defer.inlineCallbacks
|
||||||
def setUp(self):
|
def setUp(self):
|
||||||
hs = yield setup_test_homeserver()
|
hs = yield setup_test_homeserver()
|
||||||
self.mau = MonthlyActiveUsersStore(hs)
|
self.mau = MonthlyActiveUsersStore(None, hs)
|
||||||
|
|
||||||
@defer.inlineCallbacks
|
@defer.inlineCallbacks
|
||||||
def test_can_insert_and_count_mau(self):
|
def test_can_insert_and_count_mau(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user