mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-15 22:42:23 +01:00
Lint
This commit is contained in:
parent
6b1fa3293d
commit
7e80c84902
1 changed files with 1 additions and 3 deletions
|
@ -195,9 +195,7 @@ class SlavedEventStoreTestCase(BaseSlavedStoreTestCase):
|
||||||
type="m.room.message",
|
type="m.room.message",
|
||||||
msgtype="m.text",
|
msgtype="m.text",
|
||||||
body="world",
|
body="world",
|
||||||
push_actions=[
|
push_actions=[(USER_ID_2, ["org.matrix.msc2625.mark_unread"])],
|
||||||
(USER_ID_2, ["org.matrix.msc2625.mark_unread"])
|
|
||||||
],
|
|
||||||
)
|
)
|
||||||
self.replicate()
|
self.replicate()
|
||||||
self.check(
|
self.check(
|
||||||
|
|
Loading…
Reference in a new issue