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

index 5853314fd4..56b062ecc1 100644 --- a/tests/replication/tcp/streams/test_receipts.py +++ b/tests/replication/tcp/streams/test_receipts.py
@@ -19,7 +19,7 @@ from mock import Mock from synapse.replication.tcp.streams._base import ReceiptsStream -from tests.replication.tcp.streams._base import BaseStreamTestCase +from tests.replication._base import BaseStreamTestCase USER_ID = "@feeling:blue"