s/_create_new_client_event/create_new_client_event/

This commit is contained in:
Erik Johnston 2018-02-06 16:31:50 +00:00
parent 25c0a020f4
commit 770b2252ca
4 changed files with 12 additions and 12 deletions

View file

@ -57,7 +57,7 @@ class RoomMemberStoreTestCase(unittest.TestCase):
"content": {"membership": membership},
})
event, context = yield self.event_creation_handler._create_new_client_event(
event, context = yield self.event_creation_handler.create_new_client_event(
builder
)