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

fix setup_test_homeserver to be postgres compatible

parent cd0c749c
No related branches found
No related tags found
No related merge requests found
...@@ -29,7 +29,7 @@ class SyncTestCase(tests.unittest.TestCase): ...@@ -29,7 +29,7 @@ class SyncTestCase(tests.unittest.TestCase):
@defer.inlineCallbacks @defer.inlineCallbacks
def setUp(self): def setUp(self):
self.hs = yield setup_test_homeserver() self.hs = yield setup_test_homeserver(self.addCleanup)
self.sync_handler = SyncHandler(self.hs) self.sync_handler = SyncHandler(self.hs)
self.store = self.hs.get_datastore() self.store = self.hs.get_datastore()
......
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