diff options
author | Olivier Wilkinson (reivilibre) <oliverw@matrix.org> | 2021-12-03 12:31:28 +0000 |
---|---|---|
committer | Olivier Wilkinson (reivilibre) <oliverw@matrix.org> | 2021-12-03 12:31:28 +0000 |
commit | 8cd68b8102eeab1b525712097c1b2e9679c11896 (patch) | |
tree | ef3c2d1f709ba1ad9c236a6cef8b7ab758ed49ee /tests/storage/test_roommember.py | |
parent | Newsfile (diff) | |
download | synapse-8cd68b8102eeab1b525712097c1b2e9679c11896.tar.xz |
Revert accidental commits to develop.
Diffstat (limited to 'tests/storage/test_roommember.py')
-rw-r--r-- | tests/storage/test_roommember.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/storage/test_roommember.py b/tests/storage/test_roommember.py index 5cfdfe9b85..fccab733c0 100644 --- a/tests/storage/test_roommember.py +++ b/tests/storage/test_roommember.py @@ -19,8 +19,8 @@ from synapse.rest.client import login, room from synapse.types import UserID, create_requester from tests import unittest -from tests.server import TestHomeServer from tests.test_utils import event_injection +from tests.utils import TestHomeServer class RoomMemberStoreTestCase(unittest.HomeserverTestCase): |