summary refs log tree commit diff
path: root/tests/storage/test_room_search.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/storage/test_room_search.py')
-rw-r--r--tests/storage/test_room_search.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/storage/test_room_search.py b/tests/storage/test_room_search.py

index e747c6b50e..c34d379237 100644 --- a/tests/storage/test_room_search.py +++ b/tests/storage/test_room_search.py
@@ -16,7 +16,7 @@ import synapse.rest.admin from synapse.api.constants import EventTypes from synapse.api.errors import StoreError from synapse.rest.client import login, room -from synapse.storage.engines import PostgresEngine +from synapse.storage.engines.postgres import PostgresEngine from tests.unittest import HomeserverTestCase, skip_unless from tests.utils import USE_POSTGRES_FOR_TESTS