mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-14 20:45:26 -04:00
annotate tests.server.FakeChannel (#13136)
This commit is contained in:
parent
5b5c943e7d
commit
d102ad67fd
7 changed files with 36 additions and 26 deletions
|
@ -800,7 +800,7 @@ class RelationPaginationTestCase(BaseRelationsTestCase):
|
|||
)
|
||||
expected_event_ids.append(channel.json_body["event_id"])
|
||||
|
||||
prev_token = ""
|
||||
prev_token: Optional[str] = ""
|
||||
found_event_ids: List[str] = []
|
||||
for _ in range(20):
|
||||
from_token = ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue