No need to change this formatting from develop

This commit is contained in:
Eric Eastwood 2024-05-16 17:24:28 -05:00
parent 35ca937608
commit 4ad7a8b755

View file

@ -691,7 +691,7 @@ class SyncTestCase(tests.unittest.HomeserverTestCase):
sync_version=SyncVersion.SYNC_V2, sync_version=SyncVersion.SYNC_V2,
request_key=generate_request_key(), request_key=generate_request_key(),
since_token=initial_sync_result.next_batch, since_token=initial_sync_result.next_batch,
), )
) )
# The state event should appear in the 'state' section of the response. # The state event should appear in the 'state' section of the response.
@ -933,6 +933,7 @@ class SyncTestCase(tests.unittest.HomeserverTestCase):
"""Some old accounts have managed to set a `m.push_rules` account data, """Some old accounts have managed to set a `m.push_rules` account data,
which we should ignore in /sync response. which we should ignore in /sync response.
""" """
user = self.register_user("alice", "password") user = self.register_user("alice", "password")
# Insert the bad account data. # Insert the bad account data.