Skip to content
Snippets Groups Projects
Commit c4ffbecb authored by Neil Johnson's avatar Neil Johnson
Browse files

fix test, update constructor call

parent 00f99f74
No related branches found
No related tags found
No related merge requests found
......@@ -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):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment