summary refs log tree commit diff
path: root/tests/replication/tcp/streams/test_federation.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_federation.py
parentSpelling (diff)
downloadsynapse-18c1e52d82a1d564906bd08e9af74cdb0f6efcd1.tar.xz
Clean up replication unit tests. (#7490)
Diffstat (limited to 'tests/replication/tcp/streams/test_federation.py')
-rw-r--r--tests/replication/tcp/streams/test_federation.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/replication/tcp/streams/test_federation.py b/tests/replication/tcp/streams/test_federation.py

index eea4565da3..2babea4e3e 100644 --- a/tests/replication/tcp/streams/test_federation.py +++ b/tests/replication/tcp/streams/test_federation.py
@@ -16,7 +16,7 @@ from synapse.federation.send_queue import EduRow from synapse.replication.tcp.streams.federation import FederationStream -from tests.replication.tcp.streams._base import BaseStreamTestCase +from tests.replication._base import BaseStreamTestCase class FederationStreamTestCase(BaseStreamTestCase):