summary refs log tree commit diff
path: root/tests
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2015-10-13 11:41:04 +0100
committerErik Johnston <erik@matrix.org>2015-10-13 11:43:43 +0100
commitec398af41c4d276abb02279efbcbb0aa08a4cbc8 (patch)
treefa6dc255b20b422b6c724d36852317a6ec095a9b /tests
parentSplit out the schema preparation and update logic into its own module (diff)
downloadsynapse-ec398af41c4d276abb02279efbcbb0aa08a4cbc8.tar.xz
Expose error more nicely
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..6eb575bd09 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.schema_prepare import prepare_database
 from synapse.storage.engines import create_engine
 from synapse.server import HomeServer