Fix comments

Co-Authored-By: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
This commit is contained in:
Erik Johnston 2019-09-11 13:54:50 +01:00 committed by GitHub
parent caa9d6fed7
commit 57dd41a45b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 5 deletions

View file

@ -197,8 +197,8 @@ class RedactionsTestCase(HomeserverTestCase):
message_ids.append(b["event_id"])
self.reactor.advance(10) # To get around ratelimits
# as the moderator, send a bunch of redactions redaction
# as the moderator, send a bunch of redactions
for msg_id in message_ids:
# These should all succeed, even though this would be denied by
# standard message ratelimiter
# the standard message ratelimiter
self._redact_event(self.mod_access_token, self.room_id, msg_id)