From af75e0d7222c1fb057ced2a93c75fb492fcbd1ba Mon Sep 17 00:00:00 2001 From: "H. Shay" Date: Mon, 6 Jun 2022 20:33:46 -0700 Subject: fix import errors from moving sqlite/postgres import statements in engine --- tests/storage/test_room_search.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/storage/test_room_search.py') 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 -- cgit 1.5.1