diff options
author | Erik Johnston <erik@matrix.org> | 2020-05-13 16:01:47 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-13 16:01:47 +0100 |
commit | 18c1e52d82a1d564906bd08e9af74cdb0f6efcd1 (patch) | |
tree | f59543dc0c7a79ecb207bf4167cd4dfaf639897a /tests/replication/tcp/streams/test_receipts.py | |
parent | Spelling (diff) | |
download | synapse-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.py | 2 |
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" |