From 023880220f37ac6118692261a92604b7bb9a388a Mon Sep 17 00:00:00 2001 From: Brendan Abolivier Date: Mon, 22 Aug 2022 09:29:53 +0100 Subject: [PATCH] Fix import for MemoryReactor --- tests/storage/test_registration.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/storage/test_registration.py b/tests/storage/test_registration.py index 2cb1e210c171..07d0ed4132b9 100644 --- a/tests/storage/test_registration.py +++ b/tests/storage/test_registration.py @@ -11,7 +11,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -from twisted.internet.testing import MemoryReactor +from twisted.test.proto_helpers import MemoryReactor from synapse.api.constants import UserTypes from synapse.api.errors import ThreepidValidationError