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

Commit 6b1b367

Browse files
committed
Clarify a comment.
1 parent 4407d94 commit 6b1b367

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/rest/client/v1/test_rooms.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2046,6 +2046,7 @@ def test_message(self):
20462046
self.assertIn("event_id", result)
20472047
event_id = result["event_id"]
20482048

2049+
# But the event ID is not actually in the room.
20492050
latest_events = self.get_success(
20502051
self.store.get_latest_event_ids_in_room(room_id)
20512052
)

0 commit comments

Comments
 (0)