summary refs log tree commit diff
path: root/tests
diff options
context:
space:
mode:
authorMark Haines <mark.haines@matrix.org>2015-10-14 11:40:45 +0100
committerMark Haines <mark.haines@matrix.org>2015-10-14 11:40:45 +0100
commitf50c43464c953b523297f0ecc5acff2c425187eb (patch)
treebd9be856b0112260f3f59a204b530825c9f0458a /tests
parentAdd a get_invites_for_user method to the storage to find out the rooms a user... (diff)
parentMerge pull request #303 from matrix-org/markjh/twisted_debugging (diff)
downloadsynapse-f50c43464c953b523297f0ecc5acff2c425187eb.tar.xz
Merge branch 'develop' into markjh/v2_sync_api
Diffstat (limited to 'tests')
-rw-r--r--tests/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/utils.py b/tests/utils.py
index dd19a16fc7..4da51291a4 100644
--- a/tests/utils.py
+++ b/tests/utils.py
@@ -16,7 +16,7 @@
 from synapse.http.server import HttpServer
 from synapse.api.errors import cs_error, CodeMessageException, StoreError
 from synapse.api.constants import EventTypes
-from synapse.storage import prepare_database
+from synapse.storage.prepare_database import prepare_database
 from synapse.storage.engines import create_engine
 from synapse.server import HomeServer