diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2020-06-12 11:31:11 +0100 |
---|---|---|
committer | Brendan Abolivier <babolivier@matrix.org> | 2020-06-12 11:31:11 +0100 |
commit | 7e80c84902f2d34aff1bb8b4c5833cb33d3dc653 (patch) | |
tree | a24c3978970c9c046d86c8e817f268ffc7ada30f /tests/replication | |
parent | Test that a mark_unread action updates the right counter when using a slave s... (diff) | |
download | synapse-7e80c84902f2d34aff1bb8b4c5833cb33d3dc653.tar.xz |
Lint
Diffstat (limited to 'tests/replication')
-rw-r--r-- | tests/replication/slave/storage/test_events.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/replication/slave/storage/test_events.py b/tests/replication/slave/storage/test_events.py index 9837d44995..cd8680e812 100644 --- a/tests/replication/slave/storage/test_events.py +++ b/tests/replication/slave/storage/test_events.py @@ -195,9 +195,7 @@ class SlavedEventStoreTestCase(BaseSlavedStoreTestCase): type="m.room.message", msgtype="m.text", body="world", - push_actions=[ - (USER_ID_2, ["org.matrix.msc2625.mark_unread"]) - ], + push_actions=[(USER_ID_2, ["org.matrix.msc2625.mark_unread"])], ) self.replicate() self.check( |