summary refs log tree commit diff
path: root/tests/replication/tcp/streams/test_events.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2020-05-13 16:01:47 +0100
committerGitHub <noreply@github.com>2020-05-13 16:01:47 +0100
commit18c1e52d82a1d564906bd08e9af74cdb0f6efcd1 (patch)
treef59543dc0c7a79ecb207bf4167cd4dfaf639897a /tests/replication/tcp/streams/test_events.py
parentSpelling (diff)
downloadsynapse-18c1e52d82a1d564906bd08e9af74cdb0f6efcd1.tar.xz
Clean up replication unit tests. (#7490)
Diffstat (limited to 'tests/replication/tcp/streams/test_events.py')
-rw-r--r--tests/replication/tcp/streams/test_events.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/replication/tcp/streams/test_events.py b/tests/replication/tcp/streams/test_events.py

index 8bd67bb9f1..51bf0ef4e9 100644 --- a/tests/replication/tcp/streams/test_events.py +++ b/tests/replication/tcp/streams/test_events.py
@@ -26,7 +26,7 @@ from synapse.replication.tcp.streams.events import ( from synapse.rest import admin from synapse.rest.client.v1 import login, room -from tests.replication.tcp.streams._base import BaseStreamTestCase +from tests.replication._base import BaseStreamTestCase from tests.test_utils.event_injection import inject_event, inject_member_event