fix test, update constructor call

pull/3633/head
Neil Johnson 2018-08-02 13:51:05 +01:00
parent 00f99f74b1
commit c4ffbecb68
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ class MonthlyActiveUsersTestCase(tests.unittest.TestCase):
@defer.inlineCallbacks
def setUp(self):
hs = yield setup_test_homeserver()
self.mau = MonthlyActiveUsersStore(hs)
self.mau = MonthlyActiveUsersStore(None, hs)
@defer.inlineCallbacks
def test_can_insert_and_count_mau(self):