summary refs log tree commit diff
path: root/tests/replication
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2019-03-27 09:58:42 +0000
committerRichard van der Hoff <richard@matrix.org>2019-03-27 21:13:14 +0000
commita5798de06784470d941ddc8084655e9d0e038eb7 (patch)
treeaad0765289d271c26cd7b3d1694e4f9008de320b /tests/replication
parentFix/improve some docstrings in the replication code. (#4949) (diff)
downloadsynapse-a5798de06784470d941ddc8084655e9d0e038eb7.tar.xz
Move replication.tcp.streams into a package
Diffstat (limited to 'tests/replication')
-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 9aa9dfe82e..d5a99f6caa 100644
--- a/tests/replication/tcp/streams/test_receipts.py
+++ b/tests/replication/tcp/streams/test_receipts.py
@@ -12,7 +12,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 synapse.replication.tcp.streams import ReceiptsStreamRow
+from synapse.replication.tcp.streams._base import ReceiptsStreamRow
 
 from tests.replication.tcp.streams._base import BaseStreamTestCase