Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Update comment on sync while batching test
Browse files Browse the repository at this point in the history
  • Loading branch information
Fizzadar committed Apr 7, 2022
1 parent bd87a3a commit b2c6c20
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/rest/client/test_room_batch.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,9 @@ def test_sync_while_batch_importing(self) -> None:
# Join the room as the normal user
self.helper.join(room_id, user_id, tok=user_tok)

# Create event to hang backfill batch from, and send batch
# Create event to hang backfill batch from, and send batch - historical batches
# must be hung from the lmost recent event after the member join event to see
# this failure case.
response = self.helper.send_event(
room_id=room_id,
type=EventTypes.Message,
Expand Down

0 comments on commit b2c6c20

Please sign in to comment.