diff options
author | Erik Johnston <erik@matrix.org> | 2015-10-13 11:41:04 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2015-10-13 11:43:43 +0100 |
commit | ec398af41c4d276abb02279efbcbb0aa08a4cbc8 (patch) | |
tree | fa6dc255b20b422b6c724d36852317a6ec095a9b /tests/utils.py | |
parent | Split out the schema preparation and update logic into its own module (diff) | |
download | synapse-ec398af41c4d276abb02279efbcbb0aa08a4cbc8.tar.xz |
Expose error more nicely
Diffstat (limited to 'tests/utils.py')
-rw-r--r-- | tests/utils.py | 2 |
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 |