mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-02 08:56:01 -04:00
s/_create_new_client_event/create_new_client_event/
This commit is contained in:
parent
25c0a020f4
commit
770b2252ca
4 changed files with 12 additions and 12 deletions
|
@ -58,7 +58,7 @@ class RedactionTestCase(unittest.TestCase):
|
|||
"content": content,
|
||||
})
|
||||
|
||||
event, context = yield self.event_creation_handler._create_new_client_event(
|
||||
event, context = yield self.event_creation_handler.create_new_client_event(
|
||||
builder
|
||||
)
|
||||
|
||||
|
@ -78,7 +78,7 @@ class RedactionTestCase(unittest.TestCase):
|
|||
"content": {"body": body, "msgtype": u"message"},
|
||||
})
|
||||
|
||||
event, context = yield self.event_creation_handler._create_new_client_event(
|
||||
event, context = yield self.event_creation_handler.create_new_client_event(
|
||||
builder
|
||||
)
|
||||
|
||||
|
@ -97,7 +97,7 @@ class RedactionTestCase(unittest.TestCase):
|
|||
"redacts": event_id,
|
||||
})
|
||||
|
||||
event, context = yield self.event_creation_handler._create_new_client_event(
|
||||
event, context = yield self.event_creation_handler.create_new_client_event(
|
||||
builder
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue