diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2019-03-28 13:43:25 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-28 13:43:25 +0000 |
commit | 4eeb2c2f0757cee4b258143dfa6aa6588d020175 (patch) | |
tree | 74804850760cf5625d893ec1e4d2218b1f23bbdd /tests | |
parent | Run `black` on some storage modules that the stats branch touches (#4959) (diff) | |
parent | changelog (diff) | |
download | synapse-4eeb2c2f0757cee4b258143dfa6aa6588d020175.tar.xz |
Merge pull request #4953 from matrix-org/rav/refactor_replication_streams
Split up replication.tcp.streams into smaller files
Diffstat (limited to 'tests')
-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 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 |