This commit is contained in:
Brendan Abolivier 2020-06-12 11:31:11 +01:00
parent 6b1fa3293d
commit 7e80c84902
No known key found for this signature in database
GPG key ID: 1E015C145F1916CD

View file

@ -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(